<< Click to Display Table of Contents >>
monitor.properties
Set transaction log options.
Note To record logs according to the settings of another log library file without using the options below on the Java server, add LogPropertyType=LibraryFile to the monitor.properties file. |
MONITOR.Active
Set whether to write a transaction log.
MONITOR.File
Set the file path and name of the transaction log.
MONITOR.Append
Set whether to append a log to the log file.
MONITOR.MaxBackupIndex
Set the maximum serial number of the backup log files. If the backup log files exceed the maximum serial number, the oldest backup log file is deleted.
MONITOR.MaxFileSize
Set the maximum size of the log file. When the size of log file exceeds the maximum size, the current log file is renamed with the serial number and a new log file is started. For example, if the log file name is monitor.log, it is changed to monitor.log.1 and a new monitor.log is started.
MONITOR.ImmediateFlush
Set whether to immediately append the buffered logs to the monitor log file.
MONITOR.TimePattern
Set the pattern of time recorded in the log.