Hi, There are no additional configuration beyond those on the documentation that you've already read. Your options are to extend FileLogger yourself or to stop using it, and pick up a real logging system like log4j.
Note that Tomcat 5.5 will eliminate Loggers altogether (it will use commons-logging entirely) so you probably don't want to waste time extending FileLogger. Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Jean-Paul Le F�vre [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 26, 2004 9:48 AM >To: [EMAIL PROTECTED] >Subject: how to configure log file ? > > >I'm not satisfied by the default format used by the FileLogger >in Tomcat 5. The documentation explains how to configure the >*name* of the log files but not the *content* of the files. > >Each printed message is prefixed by the full date-time and >the context-servlet name : this prefix is more than 40 characters long ! >I'm not interested in the context name and I would like to get rid of it. > >Is there somewhere a configuration file to do that ? >Do I have to extend the FileLogger class by myself ? > > >-- >___________________________________________________________________ > >Jean-Paul Le F�vre * Mail : [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
