log to file/console option
This commit is contained in:
parent
c6f448f2ce
commit
8f602441bb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user