## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## ## $Rev: 885952 $ $Date: 2009-12-02 05:43:14 +0800 (Wed, 02 Dec 2009) $ ## log4j.rootLogger=DEBUG, CONSOLE, FILE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.Threshold=DEBUG log4j.appender.CONSOLE.Target=System.out log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %-5p [%c] %m%n log4j.appender.FILE=org.apache.log4j.RollingFileAppender log4j.appender.FILE.Threshold=TRACE log4j.appender.FILE.layout=org.apache.log4j.PatternLayout log4j.appender.FILE.layout.ConversionPattern=%d{ISO8601} %-5p [%c] %m%n # # Note, changing log4j.appender.FILE.append=false will result in logs being # overwritten without archiving the previous version of the log. # log4j.appender.FILE.append=true log4j.appender.FILE.file=${org.apache.geronimo.server.dir}/var/log/geronimo.log log4j.appender.FILE.bufferedIO=false log4j.appender.FILE.maxBackupIndex=3 log4j.appender.FILE.maxFileSize=10MB # # Example: enable trace logging from CONSOLE appender # #log4j.appender.CONSOLE.Threshold=TRACE # # Example: enable trace messages from foo.bar category # #log4j.logger.foo.bar=TRACE # Geronimo #This will help find connection leak problems log4j.logger.org.apache.geronimo.kernel=WARNING log4j.logger.org.apache.geronimo.gbean.runtime.GBeanInstanceState=WARNING log4j.logger.org.apache.geronimo.system.logging.log4j.Log4jService=INFO #### Eliminate any INFO level output during normal operation -- except the really relevant stuff #### # We can change the Geronimo code to avoid this, but we have to just adjust the log levels for # any third-party libraries. log4j.logger.org.apache.commons.digester=ERROR log4j.logger.org.apache.jasper.compiler.SmapUtil=WARN # ActiveMQ log4j.logger.org.apache.activemq=ERROR log4j.logger.org.apache.activemq.broker.jmx.ManagementContext=ERROR # Don't need so much info on every web page that's rendered log4j.logger.org.mortbay=ERROR log4j.logger.org.apache.pluto=ERROR log4j.logger.org.apache.jasper=ERROR # Various Jetty startup/shutdown output log4j.logger.org.mortbay.http.HttpServer=WARN log4j.logger.org.mortbay.http.SocketListener=WARN log4j.logger.org.mortbay.http.ajp.AJP13Listener=WARN log4j.logger.org.mortbay.util.Container=WARN log4j.logger.org.mortbay.util.Credential=WARN log4j.logger.org.mortbay.util.ThreadedServer=WARN log4j.logger.org.mortbay.jetty.servlet.WebApplicationContext=WARN log4j.logger.org.mortbay.jetty.context=WARN # Various Tomcat startup output log4j.logger.org.apache.catalina.realm.JAASRealm=WARN log4j.logger.org.apache.catalina.realm.RealmBase=WARN log4j.logger.org.apache.catalina.loader.WebappLoader=WARN log4j.logger.org.apache.catalina.startup.Embedded=INFO log4j.logger.org.apache.catalina.core.StandardEngine=WARN log4j.logger.org.apache.catalina.core.StandardHost=WARN log4j.logger.org.apache.jk.common.ChannelSocket=INFO log4j.logger.org.apache.jk.server.JkMain=WARN log4j.logger.org.apache.coyote.http11.Http11BaseProtocol=WARN log4j.logger.org.apache.coyote.http11.Http11Protocol=WARN log4j.logger.org.apache.catalina.core.ContainerBase=WARN log4j.logger.org.apache.catalina.core.StandardContext=WARN log4j.logger.org.apache.tomcat.util.net.SSLImplementation=WARN log4j.logger.org.apache.catalina.tribes=DEBUG log4j.logger.org.codehaus.wadi=DEBUG # myfaces startup output log4j.logger.org.apache.myfaces=ERROR # Emits a spurious WARN during startup on /some-path/* security mappings log4j.logger.org.apache.catalina.deploy.SecurityCollection=ERROR # Prints the MBean Server ID log4j.logger.javax.management.MBeanServerFactory=WARN # Prints the RMI connection URL log4j.logger.javax.management.remote.rmi.RMIConnectorServer=WARN log4j.logger.javax.management.remote.JMXServiceURL=WARN # Prints various stuff during startup log4j.logger.org.apache.juddi=ERROR # Prints various stuff when the portal is used log4j.logger.org.apache.pluto=ERROR # Prints stuff for AJAX calls log4j.logger.uk.ltd.getahead.dwr=ERROR # Avoid DWR WARN messages during startup and admin console Debug Views # Can be removed once problem is fixed in DWR log4j.logger.org.directwebremoting=ERROR # Prints various stuff when loading mapping descriptors in pluto log4j.logger.org.exolab.castor.mapping.Mapping=WARN # Prints various stuff when filtering the requests. log4j.logger.org.apache.geronimo.console.filter.XSRFHandler=WARN # Example: enable Axis debug log output #log4j.logger.org.apache.axis.enterprise=DEBUG #log4j.logger.org.apache.axis.TIME=DEBUG #log4j.logger.org.apache.axis.EXCEPTIONS=DEBUG # Example: enable Axis2 debug log output #log4j.logger.org.apache.axis2.enterprise=DEBUG #log4j.logger.de.hunsicker.jalopy.io=DEBUG #log4j.logger.httpclient.wire.header=DEBUG #log4j.logger.org.apache.commons.httpclient=DEBUG # Example: enable OpenJPA debug log output #log4j.logger.openjpa.Runtime=TRACE #log4j.logger.openjpa.Enhance=TRACE #log4j.logger.openjpa.SQL=TRACE #log4j.logger.openjpa=TRACE