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
It seems like the config option Rails.application.config.filter_parameters is not respected when logging queries - all queries are logged with the parameters unfiltered.
(Tested on Rails 8.0 with activerecord-sqlserver-adapter 8.0.7)
My current workaround for production is to disabled logging of queries completely.