jet / kafunk

Kafunk: F# Kafka client
https://jet.github.io/kafunk/
Other
160 stars 63 forks source link

Review log severity levels to prevent false positives #163

Closed eulerfx closed 6 years ago

eulerfx commented 7 years ago

Events get marked with a severity level such as WARN or ERROR. The severity levels assigned to events should be reviewed to be more intuitive. For example, connection errors get marked with ERROR even though from the perspective of the client as a whole, they can be considered WARN because the error is transient and will be recovered from.

One idea is to only mark an event with ERROR when no additional recovery will be attempted.

See also: #96 See also: https://github.com/jet/kafunk/wiki/FAQs#how-does-logging-work

eulerfx commented 6 years ago

Addressed in #213