Skip to content

Commit

Permalink
change the default logging channel
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 26, 2018
1 parent 2eeca4e commit ebb0a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'default' => env('LOG_CHANNEL', 'single'),
'default' => env('LOG_CHANNEL', 'stack'),

/*
|--------------------------------------------------------------------------
Expand All @@ -32,7 +32,7 @@
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single', 'daily'],
'channels' => ['single'],
],

'single' => [
Expand Down

0 comments on commit ebb0a2a

Please sign in to comment.