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:
Jonas L 2022-01-31 10:27:53 +01:00 committed by GitHub
parent 81fc0c9afc
commit 0ce1634c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ if (!isset($configRun) || !$configRun) {
require_once CONFIG_PATH . 'constants.php';
Logging::setLogPath(LIBRETIME_LOG_DIR . '/zendphp.log');
Logging::setLogPath(LIBRETIME_LOG_DIR . '/legacy.log');
Zend_Session::setOptions(['strict' => true]);
Config::setAirtimeVersion();