Skip to content

Commit e1b8847

Browse files
committed
add env variable
1 parent 2a483bb commit e1b8847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/logging.php

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
'stderr' => [
7474
'driver' => 'monolog',
7575
'handler' => StreamHandler::class,
76+
'formatter' => env('LOG_STDERR_FORMATTER'),
7677
'with' => [
7778
'stream' => 'php://stderr',
7879
],

0 commit comments

Comments
 (0)