10 days ago
I get constant error messages like this polluting logs. Anyone assist?
026-05-28 19:12:02.886 UTC [76] LOG: checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.418 s, sync=0.007 s, total=2.443 s; sync files=6, longest=0.005 s, average=0.002 s; distance=84 kB, estimate=205 kB;
2 Replies
Status changed to Open Railway • 10 days ago
10 days ago
PostgreSQL logs output to stderr, which explains why it appears red. But they aren't actually errors!
The log you sent is part of PostgreSQL's flushing system, which ensures your data is safely persisted!
10 days ago
Bro I get that much 😂. Asking that surely there should be a way to disable this or by default shouldn’t show. Totally useless information and happens continuously. So have to keep on filtering logs.