Thanks Mark, that worked !!!
On Mon, Jul 9, 2018 at 3:27 PM Mark Thomas <ma...@apache.org> wrote: > On 09/07/18 21:06, sri devops wrote: > > Hello All, > > > > I have apache-tomcat-8.5.23 installed and running on RHEL 7.x86_64 and > > OpenJDK version "1.8.0_151". > > > > I wanted to manage log rotation using log rotate, however tomcat performs > > its own log rotation which interacts badly with log rotate. How can i > turn > > OFF all tomcat log rotation ? so tomcat will just logs but not perform > > daily rotation to any of the log files. > > Set rotatable=false > > i.e. > 1catalina.org.apache.juli.AsyncFileHandler.rotatable = false > > And so on for the other log files. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >