- removed cue_file because it's handled by liquidsoap itself.
This commit is contained in:
parent
107c100cc4
commit
cef2361bc2
7 changed files with 2 additions and 142 deletions
|
@ -1,5 +1,5 @@
|
|||
[loggers]
|
||||
keys=root,fetch,push,cue_file
|
||||
keys=root,fetch,push
|
||||
|
||||
[handlers]
|
||||
keys=fileOutHandler
|
||||
|
@ -23,12 +23,6 @@ handlers=fileOutHandler
|
|||
qualname=push
|
||||
propagate=0
|
||||
|
||||
[logger_cue_file]
|
||||
level=DEBUG
|
||||
handlers=fileOutHandler
|
||||
qualname=push
|
||||
propagate=0
|
||||
|
||||
[handler_fileOutHandler]
|
||||
class=logging.handlers.RotatingFileHandler
|
||||
level=DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue