From 9b39ea339c50a86363e1b19a1a36f35dc0260c9d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 16 Jul 2016 16:18:57 +0200 Subject: [PATCH] Corrected logs path. --- src/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'; /* |--------------------------------------------------------------------------