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:42:03 UTC

[causeway-app-helloworld] branch jpa-SNAPSHOT updated: adds PageRenderLogger to logging

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-helloworld.git


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

commit 33bc29afae450e6ee80b71d8f0f1ba3018ada73d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 13 12:41:54 2023 +0000

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

diff --git a/src/main/resources/log4j2-spring.xml b/src/main/resources/log4j2-spring.xml
index acb108d..a04d70f 100644
--- a/src/main/resources/log4j2-spring.xml
+++ b/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"/>