The managed Postgres is configured to log everything at the moment which is unnecessary and is expensive when you forward all those logs to a centralized logging platform.
We mainly care about connection logging for security reasons and want to disable statement logging.
Heroku Postgres, for example, allows configuring statement logging, including none, all or schema changes only. We need the same from DO!
Thank you