From 2a17f59eac4ebff85fffeaa8ce4fb4396ac28fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Wed, 7 Sep 2011 09:39:41 +0200 Subject: [PATCH 4/4] DEBUG timestamps offer higher precision - SSSDConfig updated https://fedorahosted.org/sssd/ticket/956 --- src/config/SSSDConfig.py | 1 + src/config/SSSDConfigTest.py | 1 + src/config/etc/sssd.api.conf | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 94d1f60..17ce38e 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'), diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 93b241b..4de2119 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -269,6 +269,7 @@ class SSSDConfigTestSSSDService(unittest.TestCase): 'krb5_rcache_dir', 'debug_level', 'debug_timestamps', + 'debug_microseconds', 'debug_to_files', 'command', 'reconnection_retries'] diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 216766a..84d470f 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -5,6 +5,7 @@ # Options available to all services debug_level = int, None, false debug_timestamps = bool, None, false +debug_microseconds = bool, None, false debug_to_files = bool, None, false command = str, None, false reconnection_retries = int, None, false -- 1.7.6