BF: globally make HEAVYDEBUG logging level when importing fail2ban

pull/299/head
Steven Hiscocks 12 years ago
parent 674e1d82f4
commit 614fb8505e

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

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

Loading…
Cancel
Save