CC-3492: sudo airtime-log -t does not bring up show-recorder.log info
Show recorder log still exists, but it's in a different place now. Added recorder log back in and updated the path.
This commit is contained in:
parent
94d32d90df
commit
a1d3f67b2e
|
@ -15,9 +15,10 @@ require_once('Zend/Loader/Autoloader.php');
|
|||
$autoloader = Zend_Loader_Autoloader::getInstance();
|
||||
|
||||
$log_files = array("media-monitor" => "/var/log/airtime/media-monitor/media-monitor.log",
|
||||
"playout" => "/var/log/airtime/pypo/pypo.log",
|
||||
"liquidsoap" => "/var/log/airtime/pypo-liquidsoap/ls_script.log",
|
||||
"web" => "/var/log/airtime/zendphp.log");
|
||||
"recorder" => "/var/log/airtime/pypo/show-recorder.log",
|
||||
"playout" => "/var/log/airtime/pypo/pypo.log",
|
||||
"liquidsoap" => "/var/log/airtime/pypo-liquidsoap/ls_script.log",
|
||||
"web" => "/var/log/airtime/zendphp.log");
|
||||
|
||||
array_filter($log_files, "file_exists");
|
||||
|
||||
|
|
Loading…
Reference in New Issue