Changed to daily logging

This commit is contained in:
Henry Whitaker
2020-11-07 15:48:37 +00:00
parent d16889f406
commit 87aba591c0
4 changed files with 10 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single'],
'channels' => ['daily'],
'ignore_exceptions' => false,
],
@@ -51,7 +51,7 @@ return [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'level' => 'debug',
'days' => 14,
'days' => 7,
],
'slack' => [

View File

@@ -7,7 +7,7 @@ return [
|--------------------------------------------------------------------------
*/
'version' => '1.9.9',
'version' => '1.9.10',
/*
|--------------------------------------------------------------------------