Skip to content

Commit aed5dfe

Browse files
authored
Fix missing driver key
Needed to setup a 'driver' => 'custom' key in the cloudwatch channel array to work
1 parent f4ceb03 commit aed5dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Config for logging is defined at `config/logging.php`. Add `cloudwatch` to the `
1717
```
1818
'channels' => [
1919
'cloudwatch' => [
20+
'driver' => 'custom',
2021
'name' => env('CLOUDWATCH_LOG_NAME', ''),
2122
'region' => env('CLOUDWATCH_LOG_REGION', ''),
2223
'credentials' => [

0 commit comments

Comments
 (0)