Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Use correct setting in MDC names (fixes bug introduced with #59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 5, 2016
1 parent 6efa3d3 commit e64c7be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void setMdcFields(String fieldSpec) {
}

public void setDynamicMdcFields(String fieldSpec) {
super.setMdcFields(fieldSpec);
super.setDynamicMdcFields(fieldSpec);
}

public boolean isMdcProfiling() {
Expand Down

0 comments on commit e64c7be

Please sign in to comment.