change the default logging channel

This commit is contained in:
Taylor Otwell
2018-01-26 14:41:53 -06:00
parent 2eeca4e220
commit ebb0a2a84f

View File

@@ -13,7 +13,7 @@ return [
|
*/
'default' => env('LOG_CHANNEL', 'single'),
'default' => env('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------
@@ -32,7 +32,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single', 'daily'],
'channels' => ['single'],
],
'single' => [