Skip to content

Commit

Permalink
Update log4j2.properties with new access log id
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 authored Jul 11, 2024
1 parent 822ea28 commit 5f05474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/conf/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
rootLogger.appenderRef.osgi.ref=PaxOsgi

0 comments on commit 5f05474

Please sign in to comment.