asyncpg
asyncpg copied to clipboard
Connection secrets displayed in clear text in logs
Hi,
When i have this error : 'remaining connection slots are reserved for', the password is displayed in clear text in the logs:
ConnectionParameters(user='<user>', password='<password>', ...
The usage of SecretStr
(pydantic) or something equivalent will solve the issue