]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add documentation of lxc.syslog to Korean lxc.container.conf(5) 1111/head
authorSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 2 Aug 2016 02:44:12 +0000 (11:44 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 2 Aug 2016 02:44:12 +0000 (11:44 +0900)
Update for commit 204dfdf

Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
doc/ko/lxc.container.conf.sgml.in

index 90b36c2fa17fc720ea4506397949988dd5e1eccc..b623762828f1662dc504f58a8137032efe191ac7 100644 (file)
@@ -2313,6 +2313,22 @@ 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.
+             -->
+             로그정보를 syslog에 보낸다. 로그 수준은 <command>lxc.loglevel</command>로 지정할 수 있다. 인자는 syslog에 정의된 값으로만 지정할 수 있다. 사용 가능한 값은 다음과 같다 : daemon, local0, local1, local2, local3, local4, local5, local5, local7 
+           </para>
+         </listitem>
+       </varlistentry>
       </variablelist>
     </refsect2>