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

Collapse All | Expand All

(-)univention-fix-ucr-dns (-1 / +1 lines)
 Lines 143-149    Link Here 
143
143
144
144
145
def setup_logging():
145
def setup_logging():
146
	FORMAT = '%(asctime)-15s %(levelname)-7s %(name)-17s %(message)s'
146
	FORMAT = '%(asctime)-15s %(levelname)-7s %(module)-17s %(message)s'
147
	LEVELS = [ERROR, WARNING, INFO, DEBUG]
147
	LEVELS = [ERROR, WARNING, INFO, DEBUG]
148
	try:
148
	try:
149
		level = LEVELS[options.verbose]
149
		level = LEVELS[options.verbose]

Return to bug 43778