Make postgres logging configurable
T
Tadek Teleżyński
I'd like to be able to set the value for
log_min_messages
setting. It's helpful for debugging to have it set to WARNING. On the other hand I'd like to disble log_connections
setting as it's cluttering my logs and is not that helpful. Basically it'd be good if a user can set logging related settings on their postgres instanceLog In
Anurag Goel
Merged in a post:
Logging Configuration
A
Alan Cohen
I'd like to be able to configure Postgres Logging
Right now logging is incredibly noisy. I really just want to see DDL logs and maybe slow query logs
Z
Zac Webb
This is really needed... a couple of Postgres services pours gigabytes of logging into BetterStack every month with no way to stop it (apart from paying to store all these useless logs and filtering them out)
N
Nate Matykiewicz
Anurag Goel is there any update on this? Postgres logs are very expensive to send to providers such as BetterStack. I'd love to filter them out of the log stream.
S
Steve Black
Agreed!!
G
Gertjan Jansen
I agree with this one. Specifically, the health check logs are causing a lot of noise, which also leads to unnecessary logging costs when using a log stream service.
M
Matthew Maclean
Being able to modify the format would also be useful.
b
barry
Yes, the current Postgres logging is completely filling our available space at our log service.
E
E.T.Cook
I second this - the postgres logs are nothing but noise right now and have to be filtered out completely.