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
|
@ -331,7 +331,7 @@ class AirtimeInstall
|
|||
{
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
$path = AirtimeInstall::CONF_DIR_LOG;
|
||||
$file = $path . '/zendphp.log';
|
||||
$file = $path . '/legacy.log';
|
||||
if (!file_exists($path)) {
|
||||
mkdir($path, 0755, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue