Log lines color coded and not just red
kleenkanteen
HOBBYOP
2 years ago
Postgres deploy logs are all red, would be nice if if was colored by type, such as log, hint, etc.
Pic of what I see: https://postimg.cc/G4qY7hTp
2 Replies
2 years ago
Logs are red because Postgres logging to stderr as opposed to stdout, nothing feasible Railway could do about that. logs can only really be correctly coloured when using structured JSON logging to set the levels.
Status changed to Solved Railway • almost 2 years ago
kleenkanteen
HOBBYOP
2 years ago
Makes sense, thanks