summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables/class.sgml
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/class.sgml
parent56eaa70b412baa77618b35a7aabb362b9fbb5c61 (diff)
downloadfml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.gz
fml8-2a33fcccc5224d739f14fff3d60f878882059d24.tar.bz2
fml8-2a33fcccc5224d739f14fff3d60f878882059d24.zip
regen: log_rorate
Diffstat (limited to 'fml/doc/ja/tutorial/variables/class.sgml')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml8
1 files changed, 8 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 {