Hi there, the Render managed Postgres database is creating a ton of useless logs which are polluting our datadog. These logs are basically for connect and disconnect.
Is there a way to change the logging level for the Postgres managed database so it does not generate these excessive log entries?
I wouldn’t expect the logging level to be adjustable but will check with our team and report back. Can you share the name of your database so I can take a look? Are you looking to ignore a particular log level such as “info”?
I’m having the same issue, even a blank database is barfing lots of Postgres log noise @ 4 lines every 10 seconds (more frequently on higher plans?) because I’m seeing it every 3s or so in Logtail.
Hey davatron did you end up figuring out how to resolve this issue? Or @Render staff I’m getting the same issues for DataDog and would like a way to reduce this noise.
We ended up rolling out Logtail inside the application level and turning off the logging from Render. Lose some database visibility but now our logs are much more useful.
I would love to get this resolved. For every one line of signal I have 5 lines of database noise. Having to upgrade my logtail subscription again today - I will probably move to a different provider to save money because this is costing too much. Or maybe do what davatron did.