From a769f9bb2293cbb972da6a4f5604ed1fb7252e7b Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Wed, 7 Sep 2011 09:39:41 +0200 Subject: DEBUG timestamps offer higher precision - SSSDConfig updated https://fedorahosted.org/sssd/ticket/956 --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 94d1f603e..17ce38efd 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -38,6 +38,7 @@ option_strings = { # [service] 'debug_level' : _('Set the verbosity of the debug logging'), 'debug_timestamps' : _('Include timestamps in debug logs'), + 'debug_microseconds' : _('Include microseconds in timestamps in debug logs'), 'debug_to_files' : _('Write debug messages to logfiles'), 'timeout' : _('Ping timeout before restarting service'), 'command' : _('Command to start service'), -- cgit