1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix for reverseNames missing from new logging code

This commit is contained in:
echel0n 2014-12-16 02:35:27 -08:00
parent d1341bf777
commit 9dc03c5d6a

View File

@ -34,6 +34,12 @@ INFO = logging.INFO
DEBUG = logging.DEBUG DEBUG = logging.DEBUG
DB = 5 DB = 5
reverseNames = {u'ERROR': ERROR,
u'WARNING': WARNING,
u'INFO': INFO,
u'DEBUG': DEBUG,
u'DB': DB}
censoredItems = {} censoredItems = {}
# send logging to null # send logging to null