added the storage_path constant.
This commit is contained in:
@@ -49,7 +49,7 @@ return array(
|
||||
|
||||
'logger' => function($severity, $message)
|
||||
{
|
||||
System\File::append(APP_PATH.'storage/log.txt', date('Y-m-d H:i:s').' '.$severity.' - '.$message.PHP_EOL);
|
||||
System\File::append(STORAGE_PATH.'log.txt', date('Y-m-d H:i:s').' '.$severity.' - '.$message.PHP_EOL);
|
||||
},
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user