All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.main.1.7.0.source-code.TEST_LOGGING.properties Maven / Gradle / Ivy

The newest version!
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.
##
## As GeoTools uses java.util.logging logging instead of log4j, GeoServer makes
## the following mappings to adjust the log4j levels specified in this file to
## the GeoTools logging system:
##
## Log4J Level          java.util.logging Level
## --------------------------------------------
## ALL                   FINEST
## TRACE                 FINER
## DEBUG                 FINE (includes CONFIG)
## INFO                  INFO
## ERROR/ERROR            ERRORING
## ERROR                 SEVERE
## OFF                   OFF

log4j.rootLogger=ERROR, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c{2}] - %m%n

GEOTOOLS_DEVELOPER_LOGGING.properties

log4j.category.org.geotools=ERROR
log4j.category.org.geotools.factory=ERROR
log4j.category.org.geoserver=ERROR
log4j.category.org.vfny.geoserver=ERROR
log4j.category.org.vfny.geoserver.global=FATAL
log4j.category.org.vfny.geoserver.config.web.tiles.definition.MultipleDefinitionsFactory=ERROR

log4j.category.org.springframework=ERROR
log4j.category.org.apache.struts=ERROR




© 2015 - 2024 Weber Informatics LLC | Privacy Policy