yogthos / migratus

MIGRATE ALL THE THINGS!
642 stars 93 forks source link

Don't log value of :connection-uri in db-spec #193

Closed whenceforth closed 3 years ago

whenceforth commented 3 years ago

A fix for https://github.com/yogthos/migratus/issues/189

When logging the db-spec on a connection failure, it replaces a non-empty value for key :connection-uri entirely, to avoid the difficulties of parsing the uri and removing only the password.

yogthos commented 3 years ago

Ah thanks for the update, pushed out 1.3.2 with the fix just now.