From 5f054748e0800c411bd767ffaddca1997ad7e619 Mon Sep 17 00:00:00 2001 From: Arunan Sugunakumar Date: Thu, 11 Jul 2024 10:03:20 +0530 Subject: [PATCH] Update log4j2.properties with new access log id --- distribution/src/conf/log4j2.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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