StephanHCB/go-autumn-restclient

feature: allow switching Warn logs to Info logs

Closed this issue · 1 comments

Some downstream systems are just flaky, it would be good if all client wrappers allowed switching the loglevel to Info for errors to avoid alerting spam.

minimally concerns requestlogging and retry.

The idea is that either the circuit breaker or the application logic still log warnings if too many errors occur.