Stopped logging of exceptions during unit tests
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f27173ca Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f27173ca Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f27173ca Branch: refs/heads/wicket-6.x Commit: f27173ca39653795f66502935a479a4185c9e445 Parents: 3ee1cea Author: Martijn Dashorst <[email protected]> Authored: Thu Oct 29 23:26:25 2015 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Thu Oct 29 23:36:08 2015 +0100 ---------------------------------------------------------------------- wicket-core/src/test/java/log4j.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/f27173ca/wicket-core/src/test/java/log4j.properties ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/log4j.properties b/wicket-core/src/test/java/log4j.properties index 76a9aff..3d0dfd6 100644 --- a/wicket-core/src/test/java/log4j.properties +++ b/wicket-core/src/test/java/log4j.properties @@ -9,10 +9,10 @@ log4j.rootLogger=INFO,Stdout # changing back to ERROR. Looks like in some cases the log4j.properties # in wicket gets picked which results in not printing the exceptions # and that can be a bit dangerous (matej) -log4j.logger.org.apache.wicket=ERROR +log4j.logger.org.apache.wicket=FATAL #log4j.logger.org.apache.wicket.resource=FATAL #log4j.logger.org.apache.wicket.Localizer=FATAL - +log4j.logger.RequestCycleExtra=OFF log4j.appender.Stdout=org.apache.log4j.ConsoleAppender log4j.appender.Stdout.layout=org.apache.log4j.PatternLayout log4j.appender.Stdout.layout.conversionPattern=%-5p - %-26.26c{1} - %m\n
