3
Related Logs
Jake Cooper
When searching for a log, allow users to navigate to the surrounding loglines easily
In an ideal world, we'd want to allow you to do something like:
- emit to console.log for simplicity initially
- setup Railway's logging endpoint with your structured logger of choice (logrus, zap, etc)
- Consume the structured logs instead of console.log, to allow you to seamlessly "upgrade" your logging experience
R
Rox
This would make debugging 1000x easier
sometimes you'll have a log like "FAILED TO DO X"
Then followup log: "Details: ...."
And right now without that second line, finding the first is useless