Logging is an important aspect of any software system. As a company grows, collecting, storing, and presenting logs can become a challenge, especially in microservices architectures where many different services are running concurrently and interacting with each other. Having multiple log sources without a logging aggregation tool turns out to…