RE: RollingFile does not reset file when rolling

2016-03-05 Thread Carlsen, Rasmus
, Rasmus [mailto:rasmus.carl...@cgi.com] Sent: 5. marts 2016 21:34 To: log4j-user@logging.apache.org Subject: RE: RollingFile does not reset file when rolling I have now tried various combinations of RollingFile and RollingRandomAccessFile and their settings, but when used from weblogic 12C with

RE: RollingFile does not reset file when rolling

2016-03-05 Thread Carlsen, Rasmus
I have now tried various combinations of RollingFile and RollingRandomAccessFile and their settings, but when used from weblogic 12C with jdk1.8.0_74 I can simply not find a way to make log4j clear the file after rolling, except if append="false" is added (and everything works fine when the sa