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 noticed that calling redirect in routes causes log lines that are not handled by Lograge. For example:
Route:
get'/old-page',to: redirect('/new-page')
Log output:
Redirected to http://localhost:3000/new-pageCompleted 301 Moved Permanently in 1ms
The README indicates redirect_to in controllers is hooked by lograge. Is it intentional that redirect in routes is not handled or is it possible for lograge to handle this?
The text was updated successfully, but these errors were encountered:
I noticed that calling
redirect
in routes causes log lines that are not handled by Lograge. For example:Route:
Log output:
The README indicates
redirect_to
in controllers is hooked by lograge. Is it intentional thatredirect
in routes is not handled or is it possible for lograge to handle this?The text was updated successfully, but these errors were encountered: