Skip to content

Commit

Permalink
Change the log format name
Browse files Browse the repository at this point in the history
This is related to PR wso2#2198
  • Loading branch information
chanikag authored and ljuillerat committed Aug 21, 2024
1 parent 5449620 commit 8e4a782
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class CustomLogSetter {
private static CustomLogSetter instance = null;
private static final String APPENDER_CONTENT = "CAppName";
private static final String APPENDER_CONTENT = "Artifact-Container";

private CustomLogSetter() {
}
Expand All @@ -41,6 +41,6 @@ public void setLogAppender (String appenderContent) {
}

public void clearThreadLocalContent () {
ThreadContext.clearAll();
ThreadContext.remove(APPENDER_CONTENT);
}
}

0 comments on commit 8e4a782

Please sign in to comment.