Log rotation on Red Hat Enterprise Linux Server release 6.8 (Santiago) does not work in version 3.5.28 and later versions upto 3.5.32. In version 3.5.27 and previous versions it works fine.
It's about not-working rotation by file size. Rotation by date works fine. Here is snippet from our configuration:
wrapper.logfile=/apps/hybris/hybris/log/tomcat/console-ROLLNUM.log wrapper.logfile.format=LPDZM wrapper.logfile.loglevel=INFO wrapper.logfile.maxfiles=365 wrapper.logfile.rollmode=SIZE wrapper.logfile.maxsize=200M
Log in to post a comment.
It's about not-working rotation by file size. Rotation by date works fine.
Here is snippet from our configuration:
wrapper.logfile=/apps/hybris/hybris/log/tomcat/console-ROLLNUM.log
wrapper.logfile.format=LPDZM
wrapper.logfile.loglevel=INFO
wrapper.logfile.maxfiles=365
wrapper.logfile.rollmode=SIZE
wrapper.logfile.maxsize=200M