Skip to content

Commit

Permalink
change to trace level for channel related logs (Azure#24232)
Browse files Browse the repository at this point in the history
Co-authored-by: annie-mac <[email protected]>
  • Loading branch information
xinlian12 and annie-mac authored Sep 21, 2021
1 parent e4a196f commit 3487515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ private static void reportIssueUnless(
}

private void traceOperation(final ChannelHandlerContext context, final String operationName, final Object... args) {
logger.debug("{}\n{}\n{}", operationName, context, args);
logger.trace("{}\n{}\n{}", operationName, context, args);
}

// endregion
Expand Down

0 comments on commit 3487515

Please sign in to comment.