logging changes

This commit is contained in:
2019-05-18 14:46:19 -05:00
parent e9487fa58a
commit d56b6c1420
5 changed files with 13 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ return [
|
*/
'default' => env('LOG_CHANNEL', 'stack'),
'default' => env('LOG_CHANNEL', 'daily'),
/*
|--------------------------------------------------------------------------
@@ -46,7 +46,7 @@ return [
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'path' => storage_path('logs/daily_laravel.log'),
'level' => 'debug',
'days' => 7,
],