wbarnha / kafka-python-ng

Fork for Python client for Apache Kafka
https://wbarnha.github.io/kafka-python-ng/
Apache License 2.0
67 stars 8 forks source link

Log connection errors at ERROR level #139

Closed wbarnha closed 6 months ago

wbarnha commented 6 months ago

When using GSSAPI SASL mechanism, connection errors are logged at INFO level, which is not enabled by default and misleading when it is enabled. This changes the level to ERROR so errors are very obvious.


This change is Reviewable