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