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
Is there a security concern that prevents Sarama from logging SASL handshake errors?
I'm trying to debug an issue and the logger is only logging Error while performing SASL handshake kafka-1:9093 since the actual error is not logged, it's not clear what went wrong:
Huh… I’m not at all sure why these would want to be logged at Info at all. They definitely seem like something that should be logged at error. Huh… they came in during PR #2234 with no comments.
Is there a security concern that prevents Sarama from logging SASL handshake errors?
I'm trying to debug an issue and the logger is only logging
Error while performing SASL handshake kafka-1:9093
since the actual error is not logged, it's not clear what went wrong:sarama/broker.go
Lines 1243 to 1252 in 893978c
sarama/broker.go
Lines 260 to 275 in 893978c
The text was updated successfully, but these errors were encountered: