summaryrefslogtreecommitdiff
path: root/fml/doc/en
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-04-22 08:54:47 +0000
committerfukachan <fukachan>2006-04-22 08:54:47 +0000
commite011f385f5953bcfa7ff41115c7da775bcf6c888 (patch)
tree824ea443d75c8240a32438de03af8ad92ba7c3db /fml/doc/en
parent37a990a560cb130f73c9a8e1938073be7a8fe8ad (diff)
downloadfml8-e011f385f5953bcfa7ff41115c7da775bcf6c888.tar.gz
fml8-e011f385f5953bcfa7ff41115c7da775bcf6c888.tar.bz2
fml8-e011f385f5953bcfa7ff41115c7da775bcf6c888.zip
regen: log_rotate_*
Diffstat (limited to 'fml/doc/en')
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml4
-rw-r--r--fml/doc/en/tutorial/variables/filter.size.sgml2
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml15
3 files changed, 11 insertions, 10 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index 01f8d060..e6b4dfb8 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -566,10 +566,10 @@ log {
}
log_rotate {
+ ? $log_rotate_archive_file_total
? $log_rotate_interval
- ? $log_rotate_num_backlog
? $log_rotate_policy
- ? $log_rotate_size
+ $log_rotate_size_limit
$use_log_rotate
}
}
diff --git a/fml/doc/en/tutorial/variables/filter.size.sgml b/fml/doc/en/tutorial/variables/filter.size.sgml
index 1fa58901..1308d1bc 100644
--- a/fml/doc/en/tutorial/variables/filter.size.sgml
+++ b/fml/doc/en/tutorial/variables/filter.size.sgml
@@ -44,7 +44,7 @@ log_rotate_policy = size
# History: $LOGFILE_NEWSYSLOG_LIMIT value.
# Value: NUM
# Examples: 300000 (300K bytes)
-log_rotate_size = 300000
+log_rotate_size_limit = 300000
=head2 size limit
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index f3c7b031..79199b6a 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -228,6 +228,7 @@ delete_unsafe_header_fields
rewrite_errors_to
rewrite_stardate
rewrite_precedence
+ rewrite_message_id
add_software_info
add_fml_ml_name
add_fml_traditional_article_id
@@ -1385,20 +1386,20 @@ process[pid]
</row>
<row>
<entry>
-log_rotate_interval</entry>
+log_rotate_archive_file_total</entry>
<entry>
- The interval field specifies the time separation</entry>
+ number of archive files to be kept besides the log</entry>
<entry>
-86400
+7
</entry>
</row>
<row>
<entry>
-log_rotate_num_backlog</entry>
+log_rotate_interval</entry>
<entry>
- number of archive files to be kept besides the log</entry>
+ The interval field specifies the time separation</entry>
<entry>
-4
+86400
</entry>
</row>
<row>
@@ -1412,7 +1413,7 @@ size
</row>
<row>
<entry>
-log_rotate_size</entry>
+log_rotate_size_limit</entry>
<entry>
rotate log if the size is over this size.</entry>
<entry>