Skip to content

Commit

Permalink
Merge pull request #2203 from chanikag/perCappLogging
Browse files Browse the repository at this point in the history
Change the log format name
  • Loading branch information
chanikag authored Jul 11, 2024
2 parents 9c61b18 + 03ae2e5 commit 0fa1973
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 0fa1973

Please sign in to comment.