diff options
author | Michal Zidek <mzidek@redhat.com> | 2014-11-13 17:41:56 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-11-20 11:32:25 +0100 |
commit | cbbe63ded9d628ffb2494132ca1e5ebe90e2d5f8 (patch) | |
tree | 00adf36f4e8c7f2ac4580eaa0406838c17252057 /src/man | |
parent | a40897fce90abf48882ea74f923711df7333fecf (diff) | |
download | sssd-cbbe63ded9d628ffb2494132ca1e5ebe90e2d5f8.tar.gz sssd-cbbe63ded9d628ffb2494132ca1e5ebe90e2d5f8.tar.xz sssd-cbbe63ded9d628ffb2494132ca1e5ebe90e2d5f8.zip |
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 <jhrozek@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 8 |
1 files 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 @@ <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 |