You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/13 12:40:30 UTC

[causeway-app-simpleapp] branch jpa-SNAPSHOT updated: adds PageRenderLogger debug

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new f4bf3cb  adds PageRenderLogger debug
f4bf3cb is described below

commit f4bf3cba15113f513211a49c86338e4be5333837
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 13 12:40:20 2023 +0000

    adds PageRenderLogger debug
---
 webapp/src/main/resources/log4j2-spring.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webapp/src/main/resources/log4j2-spring.xml b/webapp/src/main/resources/log4j2-spring.xml
index acb108d..a04d70f 100644
--- a/webapp/src/main/resources/log4j2-spring.xml
+++ b/webapp/src/main/resources/log4j2-spring.xml
@@ -44,6 +44,7 @@
         <logger name="org.apache.causeway.applib.services.publishing.log.EntityChangesLogger" level="debug"/>
         <logger name="org.apache.causeway.applib.services.publishing.log.EntityPropertyChangeLogger" level="debug"/>
         <logger name="org.apache.causeway.applib.services.publishing.log.ExecutionLogger" level="debug"/>
+        <logger name="org.apache.causeway.applib.services.publishing.log.PageRenderLogger" level="debug"/>
 
         <!-- request scoped -->
         <logger name="org.apache.causeway.viewer.restfulobjects.rendering.service.acceptheader.AcceptHeaderServiceForRest" level="debug"/>