Hello,
For 2.6.1, added onStartTriggeringPolicy:
<RollingFile name="debug_html" fileName="@log4j.debug.html@"
filePattern="@log4j.debug.html@-%i.html">
<HTMLLayout charset="UTF-8" title="......" />
<Policies>
<OnStartupTriggeringPolicy />
<SizeBasedTriggeringPolicy size="50 MB" />
</Policies>
</RollingFile>
. Reload/restart tomcat
debug.html is changed to debug-1.html automatically (even
debug.html=10kb)
New debug.html is created
So, it's not possible when debug.html < 50 MB, reload tomcat, info
appended to debug.html anymore?
----
Please add the {{OnStartupTriggeringPolicy}} policy to your configuration.
{quote}
OnStartupTriggeringPolicy was forcing a rollover of empty files at
startup and would append a second footer that was added by the prior
shutdown.
{quote}
-------
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org
|