mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 17:28:16 +00:00
Merge pull request #1111 from ysbnim/master
doc: Add documentation of lxc.syslog to Korean lxc.container.conf(5)
This commit is contained in:
commit
1e7990d77c
@ -2313,6 +2313,22 @@ mknod errno 0
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user