# init logging
debug_fd = log_init(options.logfile % {'module': options.module}, options.debug)
# no notifier logging
nflog.instance.handlers = []
# nflog.instance.handlers = []
# to activate notifier logging
# nflog.set_level(nflog.DEBUG)
# nflog.open()