Have you tried to change those WARN to DEBUG or TRACE ?
BTW: you could use application specific log setting with the guide here: http://cwiki.apache.org/GMOxDOC21/configuring-application-specific-logging-with-log4j.html . Which could separate your app log from the geronimo log itself. On Wed, Jun 3, 2009 at 9:48 PM, Gonima <[email protected]> wrote: > > Hi community, > i have an application with geronimo as server and jetty as container, > and i want to log into some web applications deployed by jetty. > How can i configure the log4j.properties file of my geronimo, so that > i can intercept these logs ??? > So far, these outputs are high level and refer to http requests > Here is the cutout of my log4j.properties file concerning jetty > > # Various Jetty startup/shutdown output > log4j.category.org.mortbay.http.HttpServer=WARN > log4j.category.org.mortbay.http.SocketListener=WARN > log4j.category.org.mortbay.http.ajp.AJP13Listener=WARN > log4j.category.org.mortbay.util.Container=WARN > log4j.category.org.mortbay.util.Credential=WARN > log4j.category.org.mortbay.util.ThreadedServer=WARN > log4j.category.org.mortbay.jetty.servlet.WebApplicationContext=WARN, > CONSOLE, FILE, DEBUG > log4j.category.org.mortbay.jetty.context=WARN > > Thanks for help !!! > Gaetan > > -- > View this message in context: > http://www.nabble.com/log-into-web-applications-of-jetty-contained-in-geronimo-with-the-geronimo-log4j.properties-file-tp23851786s134p23851786.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > > -- Shawn
