aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2016-04-22 14:14:14 -0400
committerGreg Hudson <ghudson@mit.edu>2016-04-29 20:01:52 -0400
commit386de263238c94efd4584266ea7d757dad07a632 (patch)
treed9572e2f6719de505d5919e6622c2f0edf02691b /doc
parent1180e627efc2fa2cf884fc60b0351eeb5b548c76 (diff)
downloadkrb5-386de263238c94efd4584266ea7d757dad07a632.zip
krb5-386de263238c94efd4584266ea7d757dad07a632.tar.gz
krb5-386de263238c94efd4584266ea7d757dad07a632.tar.bz2
Add debug message filtering to krb5_klog_syslog
Support a new profile relation "debug" in the [logging] section to indicate whether debugging messages should be included, defaulting to false. ticket: 8394 (new)
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/conf_files/kdc_conf.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst
index 80a43f6..b88ce79 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -474,8 +474,8 @@ section to control where database modules are loaded from:
~~~~~~~~~
The [logging] section indicates how :ref:`krb5kdc(8)` and
-:ref:`kadmind(8)` perform logging. The keys in this section are
-daemon names, which may be one of:
+:ref:`kadmind(8)` perform logging. It may contain the following
+relations:
**admin_server**
Specifies how :ref:`kadmind(8)` performs logging.
@@ -487,7 +487,14 @@ daemon names, which may be one of:
Specifies how either daemon performs logging in the absence of
relations specific to the daemon.
-Values are of the following forms:
+**debug**
+ (Boolean value.) Specifies whether debugging messages are
+ included in log outputs other than SYSLOG. Debugging messages are
+ always included in the system log output because syslog performs
+ its own priority filtering. The default value is false. New in
+ release 1.15.
+
+Logging specifications may have the following forms:
**FILE=**\ *filename* or **FILE:**\ *filename*
This value causes the daemon's logging messages to go to the