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
What I'm confused about is that I would not expect the "Rendering layout", "Rendering widgets", or the down-right arrow log lines when I have keep_original_rails_log set as false. Should those have been eliminated?
The text was updated successfully, but these errors were encountered:
@davetron5000 what output do you see with Rails 7.0.8? I suspect that the "Rendering" lines are the same cause as #385 but I'm not sure if the other lines are intended to be suppressed
Rails 7.1.1, lograge 0.14.0
In the dev environment, with lograge enabled and
config.lograge.keep_original_rails_log = true
, I see the following, which is expected:When I change
keep_original_rails_log
tofalse
, I still see stuff from Rails view. Same request as above generated this log:What I'm confused about is that I would not expect the "Rendering layout", "Rendering widgets", or the down-right arrow log lines when I have
keep_original_rails_log
set as false. Should those have been eliminated?The text was updated successfully, but these errors were encountered: