jettyjam.jettyjam-https.2.0.0.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 jettyjam-https Show documentation
Show all versions of jettyjam-https Show documentation
A simple https servlet that runs in an embedded jetty instance from an
executable jar file without requiring the webapp to be exploded.
log4j.rootLogger=INFO,stdout
log4j.rootCategory=INFO
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %p %c{3}.%M(%L)<%t>- %m%n
log4j.logger.org.safehaus.chop=DEBUG
log4j.logger.org.safehaus.guicyfig=OFF