Repository: incubator-stratos Updated Branches: refs/heads/master 323124234 -> 82e0e8664
correcting log4j properties file's entries Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/e85fc76c Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/e85fc76c Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/e85fc76c Branch: refs/heads/master Commit: e85fc76c80f15d25acd3e76f350530c57510699a Parents: 6346198 Author: Nirmal Fernando <[email protected]> Authored: Fri Feb 21 13:26:43 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Fri Feb 21 13:26:43 2014 +0530 ---------------------------------------------------------------------- .../distribution/src/main/conf/log4j.properties | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e85fc76c/products/load-balancer/modules/distribution/src/main/conf/log4j.properties ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/src/main/conf/log4j.properties b/products/load-balancer/modules/distribution/src/main/conf/log4j.properties index 3a23f46..63d9b0f 100644 --- a/products/load-balancer/modules/distribution/src/main/conf/log4j.properties +++ b/products/load-balancer/modules/distribution/src/main/conf/log4j.properties @@ -60,18 +60,11 @@ log4j.logger.org.apache.axis2.enterprise=FATAL log4j.logger.de.hunsicker.jalopy.io=FATAL # uncomment the following logs to see HTTP headers and messages -# nhttp case -#log4j.logger.org.apache.synapse.transport.nhttp.headers=DEBUG -#log4j.logger.org.apache.synapse.transport.nhttp.wire=DEBUG -# passthru case -#log4j.logger.org.apache.synapse.transport.passthru.headers=DEBUG -#log4j.logger.org.apache.synapse.transport.passthru.wire=DEBUG - -#nhttp accesslogs -#log4j.logger.org.apache.synapse.transport.nhttp.access=INFO - -#passthru access logs -log4j.logger.org.apache.synapse.transport.passthru.access=INFO +#log4j.logger.org.apache.synapse.transport.http.headers=DEBUG +#log4j.logger.org.apache.synapse.transport.http.wire=DEBUG + +# accesslogs +log4j.logger.org.apache.synapse.transport.http.access=INFO # qpid related logs for the message broker log4j.logger.qpid=FATAL
