Constant error messages polluting logs
moshetanzer
PROOP

a month 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;

$20 Bounty

2 Replies

Status changed to Open Railway 30 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!


moshetanzer
PROOP

a month 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.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...