I'm using Rails 6 and it's automatically filtering columns on my ActiveRecord models that have the word token in them. I appreciate that, but these columns are not sensitive.
I've searched around but cannot find how I can permit these fields from being displayed in my console or logs.
Thanks!