None
EN
How We Rebuilt Our Log Storage and Search Infrastructure for Scale
[]
Railway Blog
Every time the logs view was opened a request would be sent to our deployment infrastructure, logs would be fetched from Docker, then these logs would be returned to the frontend to be displayed. These logs eventually end up in a centralized logging service that handles log aggregation and querying. The logs that are streamed to the filesystem are used to provide real-time log streams (by tailing files) and short-term query results.