Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dinithi Navodya Dias <[email protected]>
  • Loading branch information
arunans23 and DinithiDiaz authored Nov 22, 2024
1 parent 541109d commit 6ca922f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ Access logs related to service/API invocations are enabled by default in the M

By default, access logs are printed to the `http_access.log` file (stored in the `<MI_HOME>/repository/logs` folder). If required, you can use the log4j2 configurations to print the access logs to other destinations. Simply apply the following [logger](#log4j2-loggers) with an [appender](#log4j2-appenders).

- <b>Logger Name</b>: PassThroughAccess
- <b>Logger Class</b>: org.apache.synapse.transport.http.access.logs
- <b>Logger Name</b>: `PassThroughAccess`
- <b>Logger Class</b>: `org.apache.synapse.transport.http.access.logs`

Given below is the default log4j2 configuration for the access logs.

Expand Down

0 comments on commit 6ca922f

Please sign in to comment.