mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-11 22:14:59 -04:00
Update error logging config
This commit is contained in:
parent
3811af20d2
commit
6c5b68f379
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ return [
|
|||
'channels' => [
|
||||
'stack' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['single'],
|
||||
'channels' => ['daily'],
|
||||
'ignore_exceptions' => false,
|
||||
],
|
||||
|
||||
|
@ -52,6 +52,7 @@ return [
|
|||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'days' => 14,
|
||||
'permission' => 0775,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue