Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the output now looks like this, with the password being shown as `_` instead of a real value. <code>Connecting to Config { user: Some("myname"), password: Some(_), dbname: Some("db"), options: None, application_name: None, ssl_mode: Prefer, host: [Tcp("localhost")], hostaddr: [], port: [5411], connect_timeout: None, tcp_user_timeout: None, keepalives: true, keepalives_idle: 7200s, keepalives_interval: None, keepalives_retries: None, target_session_attrs: Any, channel_binding: Prefer }</code> Fix #902
- Loading branch information