summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-02-05 10:15:05 +0000
committerfukachan <fukachan>2001-02-05 10:15:05 +0000
commit145c333cdcd00ada6cfa0589baeadae103241e93 (patch)
treeb2ba4ad26c8bb383498929c040f31fed09143515 /fml
parent5a45d6e79846c4cf1b6ec607929a65d95a4f7ee0 (diff)
downloadfml8-145c333cdcd00ada6cfa0589baeadae103241e93.tar.gz
fml8-145c333cdcd00ada6cfa0589baeadae103241e93.tar.bz2
fml8-145c333cdcd00ada6cfa0589baeadae103241e93.zip
define use_log, log_message_format
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/default_config.cf.ja6
-rw-r--r--fml/etc/defaults/log.cf.ja6
2 files changed, 12 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja b/fml/etc/default_config.cf.ja
index e90b9f83..8f023b73 100644
--- a/fml/etc/default_config.cf.ja
+++ b/fml/etc/default_config.cf.ja
@@ -80,12 +80,18 @@ lock_type = flock
### basic logging
###
+# enable logging function
+use_log = yes
+
# logfile
log_file = $ml_home_dir/log
# type of logging
# value: file / syslog
log_type = file
+
+# log message format
+log_message_format = traditional
=head2 ¤¹¤×¡¼¤ë
sequence_file = $ml_home_dir/seq
diff --git a/fml/etc/defaults/log.cf.ja b/fml/etc/defaults/log.cf.ja
index 68061b10..366a96b0 100644
--- a/fml/etc/defaults/log.cf.ja
+++ b/fml/etc/defaults/log.cf.ja
@@ -2,9 +2,15 @@
### basic logging
###
+# enable logging function
+use_log = yes
+
# logfile
log_file = $ml_home_dir/log
# type of logging
# value: file / syslog
log_type = file
+
+# log message format
+log_message_format = traditional