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:
parent
d1341bf777
commit
9dc03c5d6a
@ -34,6 +34,12 @@ INFO = logging.INFO
|
||||
DEBUG = logging.DEBUG
|
||||
DB = 5
|
||||
|
||||
reverseNames = {u'ERROR': ERROR,
|
||||
u'WARNING': WARNING,
|
||||
u'INFO': INFO,
|
||||
u'DEBUG': DEBUG,
|
||||
u'DB': DB}
|
||||
|
||||
censoredItems = {}
|
||||
|
||||
# send logging to null
|
||||
|
Loading…
Reference in New Issue
Block a user