er.graphhopper.0.3.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphhopper Show documentation
Show all versions of graphhopper Show documentation
GraphHopper is a fast and memory efficient Java road routing engine
working seamlessly with OpenStreetMap data.
# overwrite this file from command line via:
# -Dlog4j.configuration=file
# print internal debug => -Dlog4j.debug
log4j.appender.StdoutApp=org.apache.log4j.ConsoleAppender
log4j.appender.StdoutApp.layout=org.apache.log4j.PatternLayout
log4j.appender.StdoutApp.layout.conversionPattern=%d [%t] %-5p %C{3} - %m%n
log4j.rootLogger=WARN
log4j.logger.com.graphhopper=INFO, StdoutApp