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

Collapse All | Expand All

(-)management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/30_disk_usage.py (-2 / +2 lines)
 Lines 82-88   def high_log_levels(): Link Here 
82
		is_high('directory/manager/cmd/debug/level', 0),
82
		is_high('directory/manager/cmd/debug/level', 0),
83
		is_high('dns/debug/level', 0),
83
		is_high('dns/debug/level', 0),
84
		is_high('dns/dlz/debug/level', 0),
84
		is_high('dns/dlz/debug/level', 0),
85
		is_high('ldap/debug/level', 0),
86
		is_high('listener/debug/level', 2),
85
		is_high('listener/debug/level', 2),
87
		is_high('mail/postfix/ldaptable/debuglevel', 0),
86
		is_high('mail/postfix/ldaptable/debuglevel', 0),
88
		is_high('notifier/debug/level', 1),
87
		is_high('notifier/debug/level', 1),
 Lines 100-106   def high_log_levels(): Link Here 
100
		is_on('saml/idp/log/debug/enabled'),
99
		is_on('saml/idp/log/debug/enabled'),
101
		is_on('pdate/check/boot/debug'),
100
		is_on('pdate/check/boot/debug'),
102
		is_on('update/check/cron/debug'),
101
		is_on('update/check/cron/debug'),
103
		lambda ucr: ucr.get('apache2/loglevel', 'warn') in ('notice', 'info', 'debug')
102
		lambda ucr: ucr.get('apache2/loglevel', 'warn') in ('notice', 'info', 'debug'),
103
		lambda ucr: ucr.get('ldap/debug/level', 'none') not in ('none', 0)
104
	)
104
	)
105
105
106
	configRegistry = univention.config_registry.ConfigRegistry()
106
	configRegistry = univention.config_registry.ConfigRegistry()

Return to bug 49354