Added another log handler

This commit is contained in:
Roland Hedberg
2013-07-29 09:48:11 +02:00
parent 368c95b53b
commit c9d85e5c8e

View File

@@ -126,6 +126,7 @@ LOG_HANDLER = {
"rotating": logging.handlers.RotatingFileHandler,
"syslog": logging.handlers.SysLogHandler,
"timerotate": logging.handlers.TimedRotatingFileHandler,
"memory": logging.handlers.MemoryHandler,
}
LOG_FORMAT = "%(asctime)s %(name)s:%(levelname)s %(message)s"