summaryrefslogtreecommitdiffstats
path: root/src/man/sss_debuglevel.8.xml
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-08-10 10:56:10 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-09-06 14:24:59 -0400
commitf1828234a850dd28465425248a83a993f262918f (patch)
tree7e5edd3d0c37b9bb0dd2355c9399936e16e27c2f /src/man/sss_debuglevel.8.xml
parent54423ae32fa26aa7790a67ff0f9a93b96677e590 (diff)
downloadsssd_unused-f1828234a850dd28465425248a83a993f262918f.tar.gz
sssd_unused-f1828234a850dd28465425248a83a993f262918f.tar.xz
sssd_unused-f1828234a850dd28465425248a83a993f262918f.zip
sss_debuglevel - change the debug levels on the fly
https://fedorahosted.org/sssd/ticket/950
Diffstat (limited to 'src/man/sss_debuglevel.8.xml')
-rw-r--r--src/man/sss_debuglevel.8.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/man/sss_debuglevel.8.xml b/src/man/sss_debuglevel.8.xml
new file mode 100644
index 00000000..1c596bb5
--- /dev/null
+++ b/src/man/sss_debuglevel.8.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<reference>
+<title>SSSD Manual pages</title>
+<refentry>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" />
+
+ <refmeta>
+ <refentrytitle>sss_debuglevel</refentrytitle>
+ <manvolnum>8</manvolnum>
+ </refmeta>
+
+ <refnamediv id='name'>
+ <refname>sss_debuglevel</refname>
+ <refpurpose>change debug level while SSSD is running</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>sss_debuglevel</command>
+ <arg choice='opt'>
+ <replaceable>options</replaceable>
+ </arg>
+ <arg choice='plain'><replaceable>NEW_DEBUG_LEVEL</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>sss_debuglevel</command> changes debug level of SSSD monitor
+ and providers to <replaceable>NEW_DEBUG_LEVEL</replaceable> while SSSD is running.
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist remap='IP'>
+ <varlistentry>
+ <term>
+ <option>-c</option>,<option>--config</option>
+ </term>
+ <listitem>
+ <para>
+ Specify a non-default config file. The default is
+ <filename>/etc/sssd/sssd.conf</filename>. For reference
+ on the config file syntax and options, consult the
+ <citerefentry>
+ <refentrytitle>sssd.conf</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry>
+ manual page.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <replaceable>NEW_DEBUG_LEVEL</replaceable>
+ </term>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/debug_levels.xml" />
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+</refentry>
+</reference>