diff --git a/en/docs/observe-and-manage/classic-observability-logs/configuring-log4j2-properties.md b/en/docs/observe-and-manage/classic-observability-logs/configuring-log4j2-properties.md index 8bb847936..186923b2f 100644 --- a/en/docs/observe-and-manage/classic-observability-logs/configuring-log4j2-properties.md +++ b/en/docs/observe-and-manage/classic-observability-logs/configuring-log4j2-properties.md @@ -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 `/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). -- Logger Name: PassThroughAccess -- Logger Class: org.apache.synapse.transport.http.access.logs +- Logger Name: `PassThroughAccess` +- Logger Class: `org.apache.synapse.transport.http.access.logs` Given below is the default log4j2 configuration for the access logs.