diff --git a/src/application/config/config.php b/src/application/config/config.php index 356bea35..7da8b946 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -237,7 +237,7 @@ $config['log_threshold'] = 1; | application/logs/ folder. Use a full server path with trailing slash. | */ -$config['log_path'] = __DIR__ . '/../../storage/cache/'; +$config['log_path'] = __DIR__ . '/../../storage/logs/'; /* |--------------------------------------------------------------------------