diff --git a/src/Tap.php b/src/Tap.php index 19850af..a78fd8a 100644 --- a/src/Tap.php +++ b/src/Tap.php @@ -41,8 +41,6 @@ public function __invoke($logger) $handler->pushProcessor(new MemoryUsageProcessor); // Additional options. - $handler->getFormatter()->setJsonPrettyPrint(true); - $handler->getFormatter()->setJsonPrettyPrint(false); if (method_exists($handler->getFormatter(), 'setJsonPrettyPrint')) { if ((bool)config('laravel-extended-logging.json-pretty-print')) {