You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason ReadingMessage and SendingMessage logs are debug is so folks using streaming can set their log level to debug and still see notifications that messages are flowing between the client and server. If these logs were set to trace then they would have no feedback in the logs about messages being sent on streaming calls.
ReadingMessage & SendingMessage logs both use log level = debug.
This is preventing me from enabling log level = debug to analyze an issue, as that would generate too many logs.
These log levels seem inconsistent with other logs, e.g. NoMessageReturned is only log level = trace. And other debug logs are much lower volume.
So I think it would make sense to change the log level of ReadingMessage and SendingMessage to trace.
The text was updated successfully, but these errors were encountered: