From: Baptiste Daroussin Date: Fri, 29 Jul 2016 14:21:59 +0000 (+0200) Subject: Add documentation for the new syslog logging mechanism X-Git-Tag: lxc-2.1.0~368^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=204dfdf28b8461f7dc032cffe8529c49fbcc6fcf;p=thirdparty%2Flxc.git Add documentation for the new syslog logging mechanism Signed-off-by: Baptiste Daroussin --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 05baddd39..1f1fdb83c 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1697,6 +1697,19 @@ mknod errno 0 + + + + + + + Send logging info to syslog. It respects the log level defined in + lxc.loglevel. The argument should be the syslog + facility to use, valid ones are: daemon, local0, local1, local2, + local3, local4, local5, local5, local7. + + +