Hi,
how do you configure java.util.logging in Geronimo 3 ?
$JAVA_HOME/jre/lib/logging.properties seems to be ignored.
I read that Geronimo 3 uses Pax logging, but I could not find any docs how
it is configured.
>From a JSP I ran the code below, but on the console I only see the severe
log,
Thanks, Juergen
Logger log = Logger.getLogger("log.jsp");
log.info("info");
log.fine("fine");
log.severe("severe");
--
View this message in context:
http://apache-geronimo.328035.n3.nabble.com/configure-java-util-logging-in-Geronimo-3-tp3985739.html
Sent from the Users mailing list archive at Nabble.com.