fix
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ return [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'days' => env('LOG_DAILY_DAYS', 14),
|
||||
'days' => env('LOG_DAILY_DAYS', 60),
|
||||
'replace_placeholders' => true,
|
||||
'permission' => 0666,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user