From 4ae5ac5224a464489ef1c1fa11af03cb1df0cdb4 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Tue, 7 Mar 2017 01:57:38 +0530 Subject: [PATCH] added log property --- .../core/distribution/src/repository/conf/log4j.properties | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/core/distribution/src/repository/conf/log4j.properties b/modules/core/distribution/src/repository/conf/log4j.properties index 35bb231f..73a598e7 100644 --- a/modules/core/distribution/src/repository/conf/log4j.properties +++ b/modules/core/distribution/src/repository/conf/log4j.properties @@ -59,11 +59,8 @@ log4j.logger.de.hunsicker.jalopy.io=FATAL #log4j.logger.org.apache.synapse.transport.http.headers=DEBUG #log4j.logger.org.apache.synapse.transport.http.wire=DEBUG -# uncomment the following logs to see apim integration client headers and messages -#log4j.logger.org.wso2.carbon.apimgt.integration.client=DEBUG -#log4j.logger.org.wso2.carbon.apimgt.integration.client.publisher=DEBUG -#log4j.logger.org.wso2.carbon.apimgt.integration.client.store=DEBUG - +# uncomment the following logs to see http calls headers and messages +#log4j.logger.feign=DEBUG #only WARN allowed for access loggers in http transport by default log4j.logger.org.apache.synapse.transport.http.access=WARN