l-client.1.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 gl-client Show documentation
Show all versions of gl-client Show documentation
Client library for the URI-based RESTful service for the gl project.
The newest version!
# Set root logger level to DEBUG and its only appender to A1
log4j.rootLogger=DEBUG, A1
# A1 is set to be a ConsoleAppender
log4j.appender.A1=org.apache.log4j.ConsoleAppender
# A1 uses PatternLayout
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
# Print the date in ISO 8601 format
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
# Set JsonGlClient logger level to TRACE
log4j.logger.com.jayway=WARN
log4j.logger.org.apache=WARN
log4j.logger.org.immunogenomics.gl.client=TRACE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy