]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add documentation for the new syslog logging mechanism 1105/head
authorBaptiste Daroussin <bapt@gandi.net>
Fri, 29 Jul 2016 14:21:59 +0000 (16:21 +0200)
committerBaptiste Daroussin <bapt@gandi.net>
Fri, 29 Jul 2016 21:31:48 +0000 (23:31 +0200)
Signed-off-by: Baptiste Daroussin <bapt@gandi.net>
doc/lxc.container.conf.sgml.in

index 05baddd39ceed689aecca40c18e7810787fd1f71..1f1fdb83c71bd3eb7430c83276e65db406c70208 100644 (file)
@@ -1697,6 +1697,19 @@ mknod errno 0
             </para>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term>
+            <option>lxc.syslog</option>
+          </term>
+          <listitem>
+            <para>
+            Send logging info to syslog. It respects the log level defined in
+            <command>lxc.loglevel</command>. The argument should be the syslog
+            facility to use, valid ones are: daemon, local0, local1, local2,
+            local3, local4, local5, local5, local7.
+            </para>
+          </listitem>
+        </varlistentry>
       </variablelist>
     </refsect2>