This commit is contained in:
2026-08-01 22:54:56 +07:00
parent 36eec0a664
commit 4255d187c9
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -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,
],