add aggregate example
This commit is contained in:
parent
54eca63612
commit
bd5783b5e9
|
@ -30,6 +30,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'channels' => [
|
'channels' => [
|
||||||
|
'aggregate' => [
|
||||||
|
'driver' => 'aggregate',
|
||||||
|
'channels' => ['single', 'daily'],
|
||||||
|
],
|
||||||
|
|
||||||
'single' => [
|
'single' => [
|
||||||
'driver' => 'single',
|
'driver' => 'single',
|
||||||
'path' => storage_path('logs/laravel.log'),
|
'path' => storage_path('logs/laravel.log'),
|
||||||
|
|
Loading…
Reference in New Issue