Re: Log rotation issue

2023-02-28 Thread Mark Thomas
cation? It shouldn't be Tomcat. Can you provide a few examples? Mark From: Mark Thomas Date: Monday, 27 February 2023 at 11:17 PM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 27/02/2023 02:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation issue i

Re: Log rotation issue

2023-02-27 Thread Ragavendhiran Bhiman (rabhiman)
? The "right" way to fix this is to stop whatever is writing to stdout from doing that. Mostly I think the exceptions and errors etc., From: Mark Thomas Date: Monday, 27 February 2023 at 11:17 PM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 27/02/2023 02:28, Ragavendhi

Re: Log rotation issue

2023-02-27 Thread Mark Thomas
On 27/02/2023 02:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation issue in apache tomcat. Our configurations like below handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler,

Re: Log rotation issue

2023-02-26 Thread Ragavendhiran Bhiman (rabhiman)
Is using consolehandlers is fine? From: Rob Sargent Date: Monday, 27 February 2023 at 10:23 AM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 2/26/23 19:28, Ragavendhiran Bhiman (rabhiman) wrote: > Hi > > we are facing log rotation issue in apache tomcat. Our confi

Re: Log rotation issue

2023-02-26 Thread Rob Sargent
On 2/26/23 19:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation issue in apache tomcat. Our configurations like below handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler,