From: Gustavo Martin Morcuende Date: Fri, 15 Jul 2016 17:05:41 +0000 (+0200) Subject: Requires loggers and levels for loggin information about sent and received data X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=a2591684429953a843795197b74003a5caf44a64;p=SpringWebServicesForFun%2F.git Requires loggers and levels for loggin information about sent and received data --- diff --git a/SOAP/cxf/web-services-spring-cxf-client/src/main/resources/log4j2.xml b/SOAP/cxf/web-services-spring-cxf-client/src/main/resources/log4j2.xml index 5d47d57..ee698b4 100644 --- a/SOAP/cxf/web-services-spring-cxf-client/src/main/resources/log4j2.xml +++ b/SOAP/cxf/web-services-spring-cxf-client/src/main/resources/log4j2.xml @@ -32,6 +32,8 @@ see client-spring-configuration.xml Spring configuration file. This configuration enables us to log validation errors of data sent from this client or data sent by remote server. + + It requires at least INFO log level if you want to log some information. --> @@ -52,12 +54,13 @@ This configuration enables us to log the SOAP XML Request (sent from this client), Response (sent by remote server) and Fault (sent by remote server). --> - + + - - - @@ -47,11 +49,35 @@ This configuration enables us to log the SOAP XML Request (received from remote client), Response (sent by this server) and Fault (sent by this server). Aquí no se loguean errores de validación. + + It requires at least DEBUG log level if you want to log some information. --> - + + + + + + + + + + + + + + @@ -52,12 +54,13 @@ This configuration enables us to log the SOAP XML Request (sent from this client), Response (sent by remote server) and Fault (sent by remote server). --> - + + - - - @@ -47,11 +49,35 @@ This configuration enables us to log the SOAP XML Request (received from remote client), Response (sent by this server) and Fault (sent by this server). Aquí no se loguean errores de validación. + + It requires at least DEBUG log level if you want to log some information. --> - + + + + + + + + + + + + + +