Skip to content

Commit

Permalink
remove leftover line after reverting logback instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Jan 24, 2023
1 parent 841a077 commit 38212dc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ object GetPropertyMapMethodInterceptor {
MDC.put(settings.mdcSpanOperationNameKey, span.operationName())
}

mdcWithKamonContext.put(settings.mdcSourceThreadKey, Thread.currentThread().getName)

if (settings.mdcCopyTags) {
currentContext.tags.iterator().foreach(t => {
MDC.put(t.key, Tag.unwrapValue(t).toString)
Expand Down

0 comments on commit 38212dc

Please sign in to comment.