Hi, man page update.
Michal
>From c798f096f4dc2439ff3876a39607bf8fae873a84 Mon Sep 17 00:00:00 2001 From: Michal Zidek <[email protected]> Date: Thu, 13 Nov 2014 17:41:56 +0100 Subject: [PATCH] Man: debug_timestamps and debug_microseconds Add note that these two options are ignored if journald is used. --- 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 fbaca66..7b8b381 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -73,7 +73,9 @@ <term>debug_timestamps (bool)</term> <listitem> <para> - 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. </para> <para> Default: true @@ -84,7 +86,9 @@ <term>debug_microseconds (bool)</term> <listitem> <para> - 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. </para> <para> Default: false -- 1.9.3
_______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
