polponline
HOBBYOP
2 years ago
Is there a reason why postgres checkpoints are classified as errors?
15 Replies
2 years ago
Postgres prints them to stderr so they are colored red
2 years ago
depends on what your source is, may I ask why that's desirable?
because they show up as errors in the observability tab, they aren't errors as far as i understood
2 years ago
set LOG_TO_STDOUT to true
2 years ago
that will redirect everything to stdout, even actual errors
2 years ago
it's the closest you can get to what you want
2 years ago
the same way you would any Postgres database, write a query to set the settings you want