With wrapper.logfile.rollmode=SIZE and wrapper.logfile=wrapper.log.ROLLNUM
the filenames are
wrapper.log (Today)
wrapper.log.1
wrapper.log.2
With wrapper.logfile.rollmode=DATE and wrapper.logfile=wrapper.log.YYYYMMDD
the filenames are
wrapper.log.20130124 (Today)
wrapper.log.20130123
wrapper.log.20130122
I would like a setting which allows to set a fixed current filename like rollmode=SIZE:
wrapper.log (Today)
wrapper.log.20130123
wrapper.log.20130122
This is a setting which is also available with other software eg. tomcat access logging:
http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Access_Log_Valve renameOnRotate
Please provide such feature ..
Thanks Charly