Repository: tapestry-5 Updated Branches: refs/heads/master ef7060efa -> 26d88a397
add Log4J config Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/26d88a39 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/26d88a39 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/26d88a39 Branch: refs/heads/master Commit: 26d88a397dffa1944984c85343df95f30c7f4e2d Parents: ef7060e Author: Jochen Kemnade <[email protected]> Authored: Wed Jul 29 16:56:50 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Jul 29 16:56:50 2015 +0200 ---------------------------------------------------------------------- .../src/test/resources/log4j.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/26d88a39/tapestry-beanvalidator/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/tapestry-beanvalidator/src/test/resources/log4j.properties b/tapestry-beanvalidator/src/test/resources/log4j.properties new file mode 100644 index 0000000..b969505 --- /dev/null +++ b/tapestry-beanvalidator/src/test/resources/log4j.properties @@ -0,0 +1,18 @@ +log4j.rootCategory=INFO, 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 +log4j.appender.A1.layout.ConversionPattern=%t [%p] %c{1} %m%n + + +# log4j.category.tapestry.render=debug + +# log4j.category.org.apache.tapestry5.corelib.components=debug + + +# Turn off much of the racket from Selenium when it runs +#log4j.category.org.openqa.selenium.server=warn +
