summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-02-23 17:27:09 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-02-23 17:27:09 +0100
commitd54243ab8eab01afad0b7877f7ae7bef310b091d (patch)
tree04fcec8b117c1983fa76892f272c0e6ec6eb38fc /man
parentc75599db1ab14c9a4e502ff767a6f588f74f03be (diff)
document the log option
Diffstat (limited to 'man')
-rw-r--r--man/nslcd.conf.5.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index b3c7414..b43baa3 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -111,6 +111,27 @@
</listitem>
</varlistentry>
+ <varlistentry id="log">
+ <term><option>log</option> <replaceable>SCHEME</replaceable> <optional><replaceable>LEVEL</replaceable></optional></term>
+ <listitem>
+ <para>
+ This option controls the way logging is done.
+ The <replaceable>SCHEME</replaceable> argument may either be
+ <literal>none</literal>, <literal>syslog</literal> or an absolute
+ file name.
+ The <replaceable>LEVEL</replaceable> argument is optional and specifies
+ the log level.
+ The log level may be one of: <literal>crit</literal>,
+ <literal>error</literal>, <literal>warning</literal>,
+ <literal>notice</literal>, <literal>info</literal> or
+ <literal>debug</literal>. The default log level is <literal>info</literal>.
+ All messages with the specified loglevel or higher are logged.
+ This option can be supplied multiple times.
+ If this option is omitted <literal>syslog info</literal> is assumed.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>