canhua.test.selenium-automation-example.0.1.source-code.log4j.properties Maven / Gradle / Ivy
log4j.rootLogger=info, stdout
log4j.logger.com.github.licanhua.test.framework=info
log4j.logger.org.apache.http.headers=off
log4j.logger.org.apache.http.wire=off
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=%d %5p [%t] (%F:%L) - %m%n