Private GIT

Skip to content
Snippets Groups Projects
Commit 9dc03c5d authored by echel0n's avatar echel0n
Browse files

Fix for reverseNames missing from new logging code

parent d1341bf7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment