Corrected logs path.

This commit is contained in:
Alex Tselegidis 2016-07-16 16:18:57 +02:00
parent 5574e38436
commit 9b39ea339c
1 changed files with 1 additions and 1 deletions

View File

@ -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/';
/*
|--------------------------------------------------------------------------