summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-09-07 09:39:41 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-09-08 15:29:42 -0400
commita769f9bb2293cbb972da6a4f5604ed1fb7252e7b (patch)
treeaa3dd6aaaba5d1e1ad8f3ad8b903c6aa1b981247 /src/config/SSSDConfig.py
parenta777047a5aadb27113c980fb4e9b0706d4220167 (diff)
downloadsssd-a769f9bb2293cbb972da6a4f5604ed1fb7252e7b.tar.gz
sssd-a769f9bb2293cbb972da6a4f5604ed1fb7252e7b.tar.xz
sssd-a769f9bb2293cbb972da6a4f5604ed1fb7252e7b.zip
DEBUG timestamps offer higher precision - SSSDConfig updated
https://fedorahosted.org/sssd/ticket/956
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
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'),