Skip to content

Commit 8a6886b

Browse files
authored
Update README.md
1 parent 11cf15a commit 8a6886b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use Monolog\Level;
4646
'stream' => env('CLOUDWATCH_LOG_STREAM', 'default'),
4747
'name' => env('CLOUDWATCH_LOG_NAME', ''),
4848
'retention' => env('CLOUDWATCH_LOG_RETENTION', 7),
49-
'level' => Level::Error,
49+
'level' => env('LOG_LEVEL', Level::Error),
5050
'formatter' => function ($configs) {
5151
return new LineFormatter(
5252
'%channel%: %level_name%: %message% %context% %extra%',

0 commit comments

Comments
 (0)