Skip to content

Commit

Permalink
Fix issue #168
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Feb 1, 2021
1 parent 7893bcb commit 00bd206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),
'level' => 'debug',
'permission' => 0664,
'permission' => 0666,
],

'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'level' => 'debug',
'days' => 14,
'permission' => 0664,
'permission' => 0666,
],

'slack' => [
Expand Down

0 comments on commit 00bd206

Please sign in to comment.