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
Currently it is not possible to override feign.Logger#logIOException() and feign.Logger#logRetry() in a custom logger since the methods have package access level. There seems no reason reason for this. Can these methods be made at least protected?
Currently it is not possible to override feign.Logger#logIOException() and feign.Logger#logRetry() in a custom logger since the methods have package access level. There seems no reason reason for this. Can these methods be made at least protected?