Skip to content

Commit

Permalink
add aggregate example
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 16, 2018
1 parent 54eca63 commit bd5783b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
*/

'channels' => [
'aggregate' => [
'driver' => 'aggregate',
'channels' => ['single', 'daily'],
],

'single' => [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),
Expand Down

0 comments on commit bd5783b

Please sign in to comment.