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
I don't know whether this is a bug in iron/logger or iron/router, but when the router has a 404 or 301 response, it returns an Err, and logger doesn't log anything. Either router should return an Ok with the 401 or 301 status, or logger should handle logging when there's an error. I'm thinking it's the latter.
I don't know whether this is a bug in iron/logger or iron/router, but when the router has a 404 or 301 response, it returns an
Err
, and logger doesn't log anything. Either router should return anOk
with the 401 or 301 status, or logger should handle logging when there's an error. I'm thinking it's the latter.Example app demonstrating this problem:
The text was updated successfully, but these errors were encountered: