diff --git a/distribution/src/conf/log4j2.properties b/distribution/src/conf/log4j2.properties index 835837c8a7..aad76954a6 100644 --- a/distribution/src/conf/log4j2.properties +++ b/distribution/src/conf/log4j2.properties @@ -333,7 +333,7 @@ logger.API_LOGGER.level = INFO logger.API_LOGGER.appenderRef.SERVICE_LOGFILE.ref = API_LOGFILE logger.API_LOGGER.additivity = false -logger.PassThroughAccess.name = org.apache.synapse.transport.http.access +logger.PassThroughAccess.name = org.apache.synapse.transport.http.access.logs logger.PassThroughAccess.level = DEBUG logger.PassThroughAccess.appenderRef.HTTP_ACCESS_LOGFILE.ref = HTTP_ACCESS_LOGFILE logger.PassThroughAccess.additivity = false @@ -540,4 +540,4 @@ rootLogger.appenderRef.ERROR_LOGFILE.ref = ERROR_LOGFILE appender.osgi.type = PaxOsgi appender.osgi.name = PaxOsgi appender.osgi.filter = * -rootLogger.appenderRef.osgi.ref=PaxOsgi \ No newline at end of file +rootLogger.appenderRef.osgi.ref=PaxOsgi