Add log level config value to stderr channel (#5558)

This commit is contained in:
Jesper Noordsij
2021-03-10 15:52:57 +01:00
committed by GitHub
parent 89b15441a9
commit 177e05beec

View File

@@ -74,6 +74,7 @@ return [
'stderr' => [ 'stderr' => [
'driver' => 'monolog', 'driver' => 'monolog',
'level' => env('LOG_LEVEL', 'debug'),
'handler' => StreamHandler::class, 'handler' => StreamHandler::class,
'formatter' => env('LOG_STDERR_FORMATTER'), 'formatter' => env('LOG_STDERR_FORMATTER'),
'with' => [ 'with' => [