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 #2198
  • Loading branch information
chanikag committed Jul 11, 2024
1 parent cc6adb7 commit 03ae2e5
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 03ae2e5

Please sign in to comment.