add aggregate example
This commit is contained in:
@@ -30,6 +30,11 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user