| | |
| | | <tag>file</tag>
|
| | | <type>file</type>
|
| | | <level>FINEST</level>
|
| | | <property name="filename">/log/ruleprocess.log</property>
|
| | | <property name="filename">./log/ruleprocess.log</property>
|
| | | <!--
|
| | | %T - Time (15:04:05 MST)
|
| | | %t - Time (15:04)
|
| | |
| | | Recommended: "[%D %T] [%L] (%S) %M"
|
| | | -->
|
| | | <property name="format">[%D %T] [%L] (%S) %M</property>
|
| | | <property name="rotate">false</property> <!-- true enables log rotation, otherwise append -->
|
| | | <property name="maxsize">600M</property> <!-- \d+[KMG]? Suffixes are in terms of 2**10 -->
|
| | | <property name="rotate">true</property> <!-- true enables log rotation, otherwise append -->
|
| | | <property name="maxsize">800M</property> <!-- \d+[KMG]? Suffixes are in terms of 2**10 -->
|
| | | <property name="maxlines">10K</property> <!-- \d+[KMG]? Suffixes are in terms of thousands -->
|
| | | <property name="daily">true</property> <!-- Automatically rotates when a log message is written after midnight -->
|
| | | </filter>
|