feat(legacy): rename log filepath (#1551)
BREAKING CHANGE: moved legacy log file from '/var/log/airtime/zendphp.log' to '/var/log/libretime/legacy.log'
This commit is contained in:
parent
81fc0c9afc
commit
0ce1634c9d
6 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@ set_include_path(implode(PATH_SEPARATOR, [
|
|||
|
||||
require_once CONFIG_PATH . '/constants.php';
|
||||
|
||||
Logging::setLogPath(LIBRETIME_LOG_DIR . '/zendphp.log');
|
||||
Logging::setLogPath(LIBRETIME_LOG_DIR . '/legacy.log');
|
||||
|
||||
set_include_path(APPLICATION_PATH . '/common' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue