Skip to content

Commit

Permalink
Update http access log id to avoid duplicate logs from old configs
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Jul 11, 2024
1 parent 3aa9c0b commit 6ca1dc4
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 6ca1dc4

Please sign in to comment.