So let me get this straight:

I sought of got it to work however as usuall its coming out in the console and not 
where I want it to go and at a level INFO.  

I want to have one log file for the whole application at the moment.
I also want the same level of detail for all classes.

At the moment I cant figure out where to put things like

java.util.logging.FileHandler.pattern = C:\\inMotion\\logs\\java%u.log
java.util.logging.ConsoleHandler.level = FINEST

in the jdk logging.properties or in the commons-logging.properties in the WEB-INF
or is it supposed to go somewhere else.
Cause it doesnt seem to work from in the web inf directory at all

Basically my code for doing the logging seems okay, I just can seem to configure the 
logging process.

Regards Wendy

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to