You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the logger you have implemented violates the Logger contract. The method logAndRebufferResponse expects that the Response returns contains an InputStream that can be read again. This is required since logAndRebufferResponse is called before the Response is processed.
Please refer to the default Logger implementation for an example.
the bug appear only if you have a specific logger in DEBUG like this :
works with Feign 10.1 and not working with Feign 10.4
The text was updated successfully, but these errors were encountered: