>From bfe31382b95bd1a61a5186e57553375b83c2c358 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 17 Mar 2015 13:02:09 +0100 Subject: [PATCH] MAN: Clarify debug_level a bit 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. --- src/man/include/debug_levels.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/man/include/debug_levels.xml b/src/man/include/debug_levels.xml index 631e19d3905be6ecaf4f00d91038de2b4c981f84..0711cb5600b90b1c7dfc4a7728beff5b245f866a 100644 --- a/src/man/include/debug_levels.xml +++ b/src/man/include/debug_levels.xml @@ -7,6 +7,25 @@ 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: -- 2.1.0