We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7644816 commit dae80d2Copy full SHA for dae80d2
src/Tap.php
@@ -41,8 +41,6 @@ public function __invoke($logger)
41
$handler->pushProcessor(new MemoryUsageProcessor);
42
43
// Additional options.
44
- $handler->getFormatter()->setJsonPrettyPrint(true);
45
- $handler->getFormatter()->setJsonPrettyPrint(false);
46
47
if (method_exists($handler->getFormatter(), 'setJsonPrettyPrint')) {
48
if ((bool)config('laravel-extended-logging.json-pretty-print')) {
0 commit comments