Skip to content

E2E: Reduce log verbosity of every api request

Andrejs Cunskis requested to merge acunskis-fix-verbose-log into master

What does this MR do and why?

Describe in detail what your merge request does and why.

With addition of retries for rate limit exceeded api calls, every single api call now also prints retrier messages which makes the output very verbose.

  • remove retrier log messages on api requests. If rate limit is reached, a separate message will be printed anyway
  • small refactor to keep code within 120 characters limit

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports