mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
add aggregate example
This commit is contained in:
parent
54eca63612
commit
bd5783b5e9
@ -30,6 +30,11 @@ return [
|
||||
*/
|
||||
|
||||
'channels' => [
|
||||
'aggregate' => [
|
||||
'driver' => 'aggregate',
|
||||
'channels' => ['single', 'daily'],
|
||||
],
|
||||
|
||||
'single' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user