RE: Logging specific info to a separate file

2010-08-15 Thread David Parks
the same blunder and this helps somewhere down the line. Dave -Original Message- From: David Parks [mailto:davidpark...@yahoo.com] Sent: Friday, August 13, 2010 8:53 PM To: 'Tomcat Users List' Subject: Logging specific info to a separate file I have a vanilla tomcat, I want to lo

Logging specific info to a separate file

2010-08-13 Thread David Parks
I have a vanilla tomcat, I want to log specific financial-related requests to a separate log file. I've added the following logging.properties to webapps/ROOT/WEB-INF/classes: handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler org.apache.juli.FileHandler.level=ALL o