From cbbe63ded9d628ffb2494132ca1e5ebe90e2d5f8 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Thu, 13 Nov 2014 17:41:56 +0100 Subject: Man: debug_timestamps and debug_microseconds Add note that these two options are ignored if journald is used. https://fedorahosted.org/sssd/ticket/2498 Reviewed-by: Jakub Hrozek --- src/man/sssd.conf.5.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 5f801f256..3525d78ca 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -73,7 +73,9 @@ debug_timestamps (bool) - Add a timestamp to the debug messages + Add a timestamp to the debug messages. + If journald is enabled for SSSD debug logging this + option is ignored. Default: true @@ -84,7 +86,9 @@ debug_microseconds (bool) - Add microseconds to the timestamp in debug messages + Add microseconds to the timestamp in debug messages. + If journald is enabled for SSSD debug logging this + option is ignored. Default: false -- cgit