From 5990221a50652197e19ce5052f7666bf3f9fdb1e Mon Sep 17 00:00:00 2001 From: ayyoob Date: Thu, 2 Mar 2017 00:57:03 +0530 Subject: [PATCH] added apim integration client log properties --- .../core/distribution/src/repository/conf/log4j.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/core/distribution/src/repository/conf/log4j.properties b/modules/core/distribution/src/repository/conf/log4j.properties index a8a589ac..35bb231f 100644 --- a/modules/core/distribution/src/repository/conf/log4j.properties +++ b/modules/core/distribution/src/repository/conf/log4j.properties @@ -59,6 +59,11 @@ 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 + #only WARN allowed for access loggers in http transport by default log4j.logger.org.apache.synapse.transport.http.access=WARN