Skip to content

Conversation

@glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Oct 3, 2019

Motivation:

The message reader gets invoked a lot, especially when messages are
large and split across a number of frames. This generates a lot of
logging. The majority of these logs were info and debug but in most
cases they're really not that useful.

Modifications:

  • Change the logging level to trace in the message reader.
  • Change the logging level to debug in the response handler.

Result:

Quieter logging.

Motivation:

The message reader gets invoked a lot, especially when messages are
large and split across a number of frames. This generates a lot of
logging. The majority of these logs were `info` and `debug` but in most
cases they're really not that useful.

Modifications:

Change the logging level to `trace` in the message reader.

Result:

Quieter logging.
@linux-foundation-easycla
Copy link

CLA Check
One or more committers are not authorized under a signed CLA as indicated below. Please click here to be authorized.

@glbrntt glbrntt requested a review from MrMage October 3, 2019 13:32
@glbrntt glbrntt merged commit 38db19a into grpc:nio Oct 7, 2019
@glbrntt glbrntt deleted the gb-log-level branch October 7, 2019 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants