Corrected logs path.
This commit is contained in:
parent
5574e38436
commit
9b39ea339c
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ $config['log_threshold'] = 1;
|
||||||
| application/logs/ folder. Use a full server path with trailing slash.
|
| application/logs/ folder. Use a full server path with trailing slash.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['log_path'] = __DIR__ . '/../../storage/cache/';
|
$config['log_path'] = __DIR__ . '/../../storage/logs/';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue