polponline
HOBBYOP
a year ago
Is there a reason why postgres checkpoints are classified as errors?
15 Replies
a year ago
Postgres prints them to stderr so they are colored red
a year 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
a year ago
set LOG_TO_STDOUT to true
a year ago
that will redirect everything to stdout, even actual errors
a year ago
it's the closest you can get to what you want
a year ago
the same way you would any Postgres database, write a query to set the settings you want