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