spring-framework/spring-web
Brian Clozel 6f41180cc5 Align AsyncRestTemplate error logging with RestTemplate
Prior to this commit, `AsyncRestTemplate` would log errors (including
simple 404s) with WARN level. Such errors are quite common and should
not clutter logs.

This commit aligns the logging strategy with RestTemplate, using the
DEBUG level for such cases.

Fixes gh-28049
2022-02-28 16:37:07 +01:00
..
src Align AsyncRestTemplate error logging with RestTemplate 2022-02-28 16:37:07 +01:00
spring-web.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00