Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
917420dd
Commit
917420dd
authored
Aug 01, 2016
by
KATOH Yasufumi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add documentation of lxc.syslog to Japanese lxc.container.conf(5)
and add local6 to valid facility Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
b336ea59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+16
-0
lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
+1
-1
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
917420dd
...
@@ -2371,6 +2371,22 @@ mknod errno 0
...
@@ -2371,6 +2371,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 の facility です。有効な値は daemon, local0, local1, local2, local3, local4, local5, local5, local6, local7 のいずれかです。
</para>
</listitem>
</varlistentry>
</variablelist>
</variablelist>
</refsect2>
</refsect2>
...
...
doc/lxc.container.conf.sgml.in
View file @
917420dd
...
@@ -1706,7 +1706,7 @@ mknod errno 0
...
@@ -1706,7 +1706,7 @@ mknod errno 0
Send logging info to syslog. It respects the log level defined in
Send logging info to syslog. It respects the log level defined in
<command>lxc.loglevel</command>. The argument should be the syslog
<command>lxc.loglevel</command>. The argument should be the syslog
facility to use, valid ones are: daemon, local0, local1, local2,
facility to use, valid ones are: daemon, local0, local1, local2,
local3, local4, local5, local5, local7.
local3, local4, local5, local5, local
6, local
7.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment