From a2591684429953a843795197b74003a5caf44a64 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Fri, 15 Jul 2016 19:05:41 +0200 Subject: [PATCH] Requires loggers and levels for loggin information about sent and received data --- .../src/main/resources/log4j2.xml | 11 +++++---- .../src/main/resources/log4j2.xml | 28 +++++++++++++++++++++- .../src/main/resources/log4j2.xml | 11 +++++---- .../src/main/resources/log4j2.xml | 28 +++++++++++++++++++++- 4 files changed, 68 insertions(+), 10 deletions(-) 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. --> - + + + + + + + + + + + + + +