From 77a838db589801c23c85ead8b16a78d14aaa65e3 Mon Sep 17 00:00:00 2001 From: Robbie Harwood <rharwood@redhat.com> Date: Wed, 22 Feb 2017 15:03:50 -0500 Subject: [PATCH] Document debug_level option in gssproxy.conf(5) Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> (cherry picked from commit dd9ed3d321e74fbd138f5d8760fe540bb1f4d7bc) --- proxy/man/gssproxy.conf.5.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml index 7c724d6..7ddb2fb 100644 --- a/proxy/man/gssproxy.conf.5.xml +++ b/proxy/man/gssproxy.conf.5.xml @@ -180,7 +180,26 @@ <para>Enable debugging to syslog.</para> <para>Default: debug = false</para> </listitem> - </varlistentry> + </varlistentry> + + <varlistentry> + <term>debug_level (integer)</term> + <listitem> + <para> + Detail level at which to log debugging messages. + 0 corresponds to no logging, while 1 turns on + basic debug logging. Level 2 increases verbosity, + including more detailed credential verification. + </para> + <para> + At level 3 and above, KRB5_TRACE output is logged. + If KRB5_TRACE was already set in the execution + environment, trace output is sent to its value + instead. + </para> + <para>Default: 1 if debug is true, otherwise 0</para> + </listitem> + </varlistentry> <varlistentry> <term>euid (integer or string)</term>