fix(playout): optional log_file for liquidsoap
This commit is contained in:
parent
4443528cf8
commit
b37f4f7509
4 changed files with 21 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
|||
%include "/etc/airtime/liquidsoap.cfg"
|
||||
|
||||
set("log.file.path", log_file)
|
||||
if (log_file != "") then
|
||||
set("log.file.path", log_file)
|
||||
else
|
||||
set("log.file", false)
|
||||
end
|
||||
|
||||
set("server.telnet", true)
|
||||
set("server.telnet.port", 1234)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue