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
Right now logger gets called after response body has been compressed, which means it is logged in a non-human-readable format
Wouldn't it be better to log request before encoding the response body?