ge.jwebunit.jwebunit-commons-tests.2.4.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 jwebunit-commons-tests Show documentation
Show all versions of jwebunit-commons-tests Show documentation
All test cases that each plugin should pass.
The newest version!
#
# Copyright (c) 2010, JWebUnit team.
#
# This file is part of JWebUnit.
#
# JWebUnit is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# JWebUnit is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with JWebUnit. If not, see .
#
log4j.rootLogger=DEBUG, consoleAppender
# consoleAppender is set to be a ConsoleAppender which outputs to System.out.
log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender
log4j.appender.consoleAppender.Target=System.out
log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.consoleAppender.layout.ConversionPattern=%-4r %-5p %x [%t] %15c : %m%n
#jwebunit
log4j.logger.net.sourceforge.jwebunit=ERROR
#htmlunit
log4j.logger.com.gargoylesoftware=ERROR
log4j.logger.com.gargoylesoftware.javascript=ERROR
#httpclient
log4j.logger.org.apache.commons.httpclient=ERROR
log4j.logger.httpclient.wire=ERROR
#Jetty
log4j.logger.org.mortbay=ERROR