AI Assistant 6 months ago
parent
commit
9d61d190eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -79,7 +79,7 @@ return [
             'path' => storage_path('logs/laravel.log'),
             'level' => env('LOG_LEVEL', 'debug'),
             'days' => env('LOG_DAILY_DAYS', default: 3),
-            'max_file_size' => env('LOG_MAX_FILE_SIZE', '100K'),
+            'max_file_size' => env('LOG_MAX_FILE_SIZE', '1000K'),
             'permission' => 0777,
             'locking' => false,
             'replace_placeholders' => true,