Add log level config value to stderr channel (#5558)
This commit is contained in:
parent
89b15441a9
commit
177e05beec
|
@ -74,6 +74,7 @@
|
|||
|
||||
'stderr' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'handler' => StreamHandler::class,
|
||||
'formatter' => env('LOG_STDERR_FORMATTER'),
|
||||
'with' => [
|
||||
|
|
Loading…
Reference in New Issue