diff options
| author | fukachan <fukachan> | 2004-04-17 13:10:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-17 13:10:14 +0000 |
| commit | 2a33fcccc5224d739f14fff3d60f878882059d24 (patch) | |
| tree | 7be19420d0838c6dcdb9e0e248c2744844621819 /fml/doc/en | |
| parent | 56eaa70b412baa77618b35a7aabb362b9fbb5c61 (diff) | |
| download | fml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.gz fml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.bz2 fml8-2a33fcccc5224d739f14fff3d60f878882059d24.zip | |
regen: log_rorate
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 8 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/filter.size.sgml | 14 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 45 |
3 files changed, 67 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index 3a3d0d32..a079f7c9 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/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/en/tutorial/variables/filter.size.sgml b/fml/doc/en/tutorial/variables/filter.size.sgml index d249c707..a051d9c9 100644 --- a/fml/doc/en/tutorial/variables/filter.size.sgml +++ b/fml/doc/en/tutorial/variables/filter.size.sgml @@ -33,6 +33,20 @@ incoming_mail_cache_size = 128 outgoing_mail_cache_size = 128 +# Descriptions: log rotation policy. +# History: none +# Value: size | interval +# Examples: size +log_rotate_policy = size + + +# Descriptions: rotate log if the size is over this size. +# History: $LOGFILE_NEWSYSLOG_LIMIT value. +# Value: NUM +# Examples: 300000 (300K bytes) +log_rotate_size = 300000 + + =head2 size limit diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index eb29e1bf..7a1bf6ee 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -912,6 +912,42 @@ process[pid] </row> <row> <entry> +log_rotate_interval</entry> +<entry> + The interval field specifies the time separation</entry> +<entry> +86400 + </entry> +</row> +<row> +<entry> +log_rotate_num_backlog</entry> +<entry> + number of archive files to be kept besides the log</entry> +<entry> +4 + </entry> +</row> +<row> +<entry> +log_rotate_policy</entry> +<entry> + log rotation policy. </entry> +<entry> +size + </entry> +</row> +<row> +<entry> +log_rotate_size</entry> +<entry> + rotate log if the size is over this size.</entry> +<entry> +300000 + </entry> +</row> +<row> +<entry> log_type</entry> <entry> logging type</entry> @@ -1778,6 +1814,15 @@ no </row> <row> <entry> +use_log_rotate</entry> +<entry> + rotate log files or not.</entry> +<entry> +no + </entry> +</row> +<row> +<entry> use_outgoing_mail_cache</entry> <entry> cache outgoing mail cache ?</entry> |
