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 f4ceb03 commit aed5dfeCopy full SHA for aed5dfe
readme.md
@@ -17,6 +17,7 @@ Config for logging is defined at `config/logging.php`. Add `cloudwatch` to the `
17
```
18
'channels' => [
19
'cloudwatch' => [
20
+ 'driver' => 'custom',
21
'name' => env('CLOUDWATCH_LOG_NAME', ''),
22
'region' => env('CLOUDWATCH_LOG_REGION', ''),
23
'credentials' => [
0 commit comments