View | Details | Raw Unified | Return to bug 52686 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-management-console/scripts/univention-management-console-module (-1 / +1 lines)
Lines 85-91 if __name__ == '__main__': Link Here
85
	# init logging
85
	# init logging
86
	debug_fd = log_init(options.logfile % {'module': options.module}, options.debug)
86
	debug_fd = log_init(options.logfile % {'module': options.module}, options.debug)
87
	# no notifier logging
87
	# no notifier logging
88
	nflog.instance.handlers = []
88
	# nflog.instance.handlers = []
89
	# to activate notifier logging
89
	# to activate notifier logging
90
	# nflog.set_level(nflog.DEBUG)
90
	# nflog.set_level(nflog.DEBUG)
91
	# nflog.open()
91
	# nflog.open()

Return to bug 52686