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
were only made one rolling file with the name .1 instead of the 4 that was specified. I think I will end up skipping log4j as I can't skip weblogic :( From: Carlsen, Rasmus Sent: 4. marts 2016 14:24 To: 'log4j-user@logging.apache.org' Subject: RollingFile does not reset fi

RollingFile does not reset file when rolling

2016-03-04 Thread Carlsen, Rasmus
Hi I use log4j 2.5 on weblogic 12C (By adding the argument -Dlog4j.Configuration=log4j2.xml) with this configurationfile: %d{ISO8601} %-5p %c{1} transId: %X{transactionId} %m%n