Chuck Thank you for the reply. This is what I was looking for. My actual problem is that, as it is, catalina.out is growing and I want it to be rolled once its size reaches the specified limit. In simple words, I want something like, RollingFileAppender. Could you let me know, how to specify the file size & no of counts for catalina.out, please ? Thanks
--- On Sun, 1/11/09, Caldarale, Charles R <[email protected]> wrote: From: Caldarale, Charles R <[email protected]> Subject: RE: Logging configuration in Tomcat To: "Tomcat Users List" <[email protected]> Date: Sunday, January 11, 2009, 11:28 AM > From: Jay [mailto:[email protected]] > Subject: Logging configuration in Tomcat > > Could someone let me know, how to configure the logging level > & also the file appender type at global level, please ? Not sure what you mean for "at global level"; if you're asking about Tomcat's internal logging, that's configured in conf/logging.properties, which normally uses JULI. If you want to change that, look here: http://tomcat.apache.org/tomcat-5.5-doc/logging.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
