summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-17 13:10:14 +0000
committerfukachan <fukachan>2004-04-17 13:10:14 +0000
commit2a33fcccc5224d739f14fff3d60f878882059d24 (patch)
tree7be19420d0838c6dcdb9e0e248c2744844621819 /fml/doc/ja/tutorial/variables
parent56eaa70b412baa77618b35a7aabb362b9fbb5c61 (diff)
downloadfml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.gz
fml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.bz2
fml8-2a33fcccc5224d739f14fff3d60f878882059d24.zip
regen: log_rorate
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml8
-rw-r--r--fml/doc/ja/tutorial/variables/filter.size.sgml17
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml45
3 files changed, 70 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index 3a3d0d32..a079f7c9 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -431,6 +431,14 @@ log {
? $log_computer_output_engine
$use_log_computer_output
}
+
+ log_rotate {
+ ? $log_rotate_interval
+ ? $log_rotate_num_backlog
+ ? $log_rotate_policy
+ ? $log_rotate_size
+ $use_log_rotate
+ }
}
mail {
diff --git a/fml/doc/ja/tutorial/variables/filter.size.sgml b/fml/doc/ja/tutorial/variables/filter.size.sgml
index 0c95ec2b..ab91d99e 100644
--- a/fml/doc/ja/tutorial/variables/filter.size.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.size.sgml
@@ -29,6 +29,23 @@ incoming_mail_cache_size = 128
outgoing_mail_cache_size = 128
+# Descriptions: ログローテションのポリシー。
+# サイズが一定値を越えたら行なうのか?(デフォルト)
+# それても一定時間おきに行なうのか?
+# History: none
+# Value: size | interval
+# Examples: size
+log_rotate_policy = size
+
+
+# Descriptions: ログファイルのサイズが、
+# この大きさを越えたらローテーションを行なう。
+# History: $LOGFILE_NEWSYSLOG_LIMIT の値
+# Value: NUM
+# Examples: 300000 (300K bytes)
+log_rotate_size = 300000
+
+
# Descriptions: 投稿された記事のヘッダの上限値
# (MTA から fml が受けとる際の記事のヘッダサイズの上限値)
# History:
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 89c4af28..d19b0c7b 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -904,6 +904,42 @@ process[pid]
</row>
<row>
<entry>
+log_rotate_interval</entry>
+<entry>
+ ログファイルローテーションを行なう間隔。</entry>
+<entry>
+86400
+ </entry>
+</row>
+<row>
+<entry>
+log_rotate_num_backlog</entry>
+<entry>
+ log.0 log.1 などの .数字 部分は最大いくつ?</entry>
+<entry>
+4
+ </entry>
+</row>
+<row>
+<entry>
+log_rotate_policy</entry>
+<entry>
+ ログローテションのポリシー。</entry>
+<entry>
+size
+ </entry>
+</row>
+<row>
+<entry>
+log_rotate_size</entry>
+<entry>
+ ログファイルのサイズが、</entry>
+<entry>
+300000
+ </entry>
+</row>
+<row>
+<entry>
log_type</entry>
<entry>
ログとりのタイプ (syslog は未実装)</entry>
@@ -1770,6 +1806,15 @@ no
</row>
<row>
<entry>
+use_log_rotate</entry>
+<entry>
+ ログファイルローテションを行なうか否か</entry>
+<entry>
+no
+ </entry>
+</row>
+<row>
+<entry>
use_outgoing_mail_cache</entry>
<entry>
出力(配送)されるメールをキャッシュするか?</entry>