Blame SOURCES/0104-Man-debug_timestamps-and-debug_microseconds.patch

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