This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch better-page-invalidation in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 835bf5b963a04221575ff60369c4a971d0c1d7c7 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Thu May 4 23:00:12 2023 -0300 Turning off PageClassLoaderContextManager log at debug level --- tapestry-core/src/test/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-core/src/test/resources/log4j.properties b/tapestry-core/src/test/resources/log4j.properties index f9124f576..febecf129 100644 --- a/tapestry-core/src/test/resources/log4j.properties +++ b/tapestry-core/src/test/resources/log4j.properties @@ -20,7 +20,7 @@ log4j.category.org.openqa.selenium.server=warn log4j.category.org.apache.tapestry5.integration.app1.base.InheritBase=debug log4j.category.org.apache.tapestry5.integration.app1.pages.inherit=debug -log4j.category.org.apache.tapestry5.services.pageload=debug +#log4j.category.org.apache.tapestry5.services.pageload=debug log4j.category.org.apache.tapestry5.integration.app1.services.AppModule.TimingFilter=ERROR # log4j.category.tapestry.transformer.org.apache.tapestry5.integration.app1.base.InheritBase=debug # log4j.category.tapestry.transformer.org.apache.tapestry5.integration.app1.pages.inherit=debug