log to file/console option

This commit is contained in:
Jonathan Baecker 2019-07-31 10:09:41 +02:00
parent c6f448f2ce
commit 8f602441bb

View File

@ -46,9 +46,11 @@ mail_level = ERROR
# Logging to file
# if log_to_file = False > log to stderr (console)
# path to /var/log/ only if you run this program as deamon
# log_level can be: DEBUG, INFO, WARNING, ERROR
[LOGGING]
log_to_file = True
log_file = /var/log/ffplayout/ffplayout.log
log_level = INFO