BF: globally make HEAVYDEBUG logging level when importing fail2ban

pull/299/head
Steven Hiscocks 2013-07-17 21:12:48 +01:00
parent 674e1d82f4
commit 614fb8505e
2 changed files with 5 additions and 5 deletions

View File

@ -23,3 +23,8 @@
__author__ = "Cyril Jaquier"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
import logging
# Custom debug level
logging.HEAVYDEBUG = 5

View File

@ -23,8 +23,3 @@
__author__ = "Cyril Jaquier"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
import logging
# Custom debug level
logging.HEAVYDEBUG = 5