Skip to content

Commit

Permalink
Merge pull request #2199 from arunans23/accessid
Browse files Browse the repository at this point in the history
Update http access log id to avoid duplicate logs from old configs
  • Loading branch information
arunans23 authored Jul 11, 2024
2 parents 1fe6a57 + 6ca1dc4 commit 62b75cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class LoggingUtils {

public final static String HEADER_LOG_ID = "org.apache.synapse.transport.http.headers";
public final static String WIRE_LOG_ID = "org.apache.synapse.transport.http.wire";
public final static String ACCESS_LOG_ID = "org.apache.synapse.transport.http.access";
public final static String ACCESS_LOG_ID = "org.apache.synapse.transport.http.access.logs";
private final static Pattern SKIP_LOGGING_PATTERN;

static {
Expand Down

0 comments on commit 62b75cd

Please sign in to comment.