Skip to content

Commit

Permalink
lower debug level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwen624 committed Nov 30, 2021
1 parent e273938 commit 5bfeda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static Metadata buildMetadata(SpanContext context) {
try {
return new Metadata(W3CContextToHexString(context));
} catch (OboeException e) {
logger.warn("Failed to get AO metadata from span context: " + W3CContextToHexString(context), e);
logger.info("Failed to get AO metadata from span context: " + W3CContextToHexString(context), e);
return new Metadata();
}
}
Expand Down

0 comments on commit 5bfeda8

Please sign in to comment.