Repository: incubator-stratos Updated Branches: refs/heads/master 40ad3894a -> 6e36780a3
removing unnecessary appender name Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/6e36780a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/6e36780a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/6e36780a Branch: refs/heads/master Commit: 6e36780a351e94277f603ed6eba076d3e2479596 Parents: 40ad389 Author: Nirmal Fernando <[email protected]> Authored: Mon Apr 14 22:43:27 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Mon Apr 14 22:43:27 2014 +0530 ---------------------------------------------------------------------- .../stratos/modules/distribution/src/main/conf/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6e36780a/products/stratos/modules/distribution/src/main/conf/log4j.properties ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/log4j.properties b/products/stratos/modules/distribution/src/main/conf/log4j.properties index 5f6ff8f..866e627 100644 --- a/products/stratos/modules/distribution/src/main/conf/log4j.properties +++ b/products/stratos/modules/distribution/src/main/conf/log4j.properties @@ -170,7 +170,7 @@ log4j.appender.LOG_AGGREGATOR_FILE_APPENDER.layout.ConversionPattern=%m%n # The event trace logger dumps enough information @INFO level, but maybe pushed upto TRACE. # Writes only run-time/event processing time tracing/debug messages for event passing through trace # enabled transport adapters event formatters, builders and processors. Enabling event tracing on these has a performance impact -log4j.category.EVENT_TRACE_LOGGER=INFO, EVENT_TRACE_APPENDER, EVENT_TRACE_MEMORYAPPENDER +log4j.category.EVENT_TRACE_LOGGER=INFO, EVENT_TRACE_APPENDER log4j.additivity.EVENT_TRACE_LOGGER=false log4j.appender.EVENT_TRACE_APPENDER=org.apache.log4j.DailyRollingFileAppender log4j.appender.EVENT_TRACE_APPENDER.File=${carbon.home}/repository/logs/${instance.log}/wso2-cep-trace${instance.log}.log
