Marcus Beyer wrote:
Hello Forum,
I am nearly happy with Commons Logging, using log4j on the server (JBoss) and java.util.logging on the client.
My problem: the default logger from java.util.logging writes everything into System.err, even "info" messages. I would prefer to habe "info" messages on System.out and "error" on System.err. Can I somehow configure this in Commons Logging? Can this be done easily? I didn't find anything about it in the manual.
JDK logging is configured in $JAVA_HOME/jre/lib/ext/logging.properties
See <http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/index.html> for more info.
Thank you.
It seems, that the given Handlers can't be configured that way :(
thanx! Marcus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
