We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cf15a commit 8a6886bCopy full SHA for 8a6886b
README.md
@@ -46,7 +46,7 @@ use Monolog\Level;
46
'stream' => env('CLOUDWATCH_LOG_STREAM', 'default'),
47
'name' => env('CLOUDWATCH_LOG_NAME', ''),
48
'retention' => env('CLOUDWATCH_LOG_RETENTION', 7),
49
- 'level' => Level::Error,
+ 'level' => env('LOG_LEVEL', Level::Error),
50
'formatter' => function ($configs) {
51
return new LineFormatter(
52
'%channel%: %level_name%: %message% %context% %extra%',
0 commit comments