Update error logging config

This commit is contained in:
dev 2021-08-06 18:28:28 -07:00
parent 3811af20d2
commit 6c5b68f379

View File

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