- removed cue_file because it's handled by liquidsoap itself.

This commit is contained in:
James 2011-07-19 16:31:02 -04:00
parent 107c100cc4
commit cef2361bc2
7 changed files with 2 additions and 142 deletions

View file

@ -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