Hi,
I'm not sure if this is intended behaviour, I've been working on a Phoenix project and when in dev mode the logger is set to show at debug level.
In phoenix you can specify parameter filters to hide sensitive data (such as a password field), however the ecto logger that displays the SQL query in debug mode has no such filter applied and the password is visible in the debug log.
It may be intended so you can actually debug with actual data, or is this an oversight and should it be possible to hide sensitive data from the debug log in Ecto?
Thanks