From 86bbaa25fd393f9f5c76750f3375778afdac51e4 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 17 Mar 2015 13:02:09 +0100 Subject: MAN: Clarify debug_level a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some users are confused about placement of the debug_level directive or the location of the log files. Clarify both in the man page. Also add a pointer to sss_debuglevel. Reviewed-by: Pavel Březina --- src/man/include/debug_levels.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/man') diff --git a/src/man/include/debug_levels.xml b/src/man/include/debug_levels.xml index 631e19d39..0711cb560 100644 --- a/src/man/include/debug_levels.xml +++ b/src/man/include/debug_levels.xml @@ -6,6 +6,25 @@ comprehensive option is to specify a hexadecimal bitmask to enable or disable specific levels (such as if you wish to suppress a level). + + Please note that each SSSD service logs into its own log + file. Also please note that enabling debug_level + in the [sssd] section only enables debugging just + for the sssd process itself, not for the responder or provider + processes. The debug_level parameter should be + added to all sections that you wish to produce debug logs from. + + + In addition to changing the log level in the config file using + the debug_level parameter, which is persistent, but + requires SSSD restart, it is also possible to change the debug level + on the fly using the + + sss_debuglevel + 8 + + tool. + Currently supported debug levels: -- cgit