Skip to content

Commit bd5783b

Browse files
committed
add aggregate example
1 parent 54eca63 commit bd5783b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/logging.php

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
*/
3131

3232
'channels' => [
33+
'aggregate' => [
34+
'driver' => 'aggregate',
35+
'channels' => ['single', 'daily'],
36+
],
37+
3338
'single' => [
3439
'driver' => 'single',
3540
'path' => storage_path('logs/laravel.log'),

0 commit comments

Comments
 (0)