| | |
| | | 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>
|