mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 00:03:49 +01:00
32930846e6
Previously, in the event that there was a configuration issue and the atuin server failed to connect to PostgreSQL, it would log the password. For example, if the password authentication failed the following log message would be printed: Error: failed to connect to db: PostgresSettings { db_uri: "postgres://atuin:definitelymypassword@db.example.com/atuin" } This change sets the password to "****" when printing it via Debug: Error: failed to connect to db: PostgresSettings { db_uri: "postgres://atuin:****@db.example.com/atuin" } Hopefully few people use **** as the actual password. |
||
---|---|---|
.. | ||
atuin | ||
atuin-client | ||
atuin-common | ||
atuin-daemon | ||
atuin-dotfiles | ||
atuin-history | ||
atuin-server | ||
atuin-server-database | ||
atuin-server-postgres |