We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a483bb commit e1b8847Copy full SHA for e1b8847
config/logging.php
@@ -73,6 +73,7 @@
73
'stderr' => [
74
'driver' => 'monolog',
75
'handler' => StreamHandler::class,
76
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
77
'with' => [
78
'stream' => 'php://stderr',
79
],
0 commit comments