Need a logging solution

Hey,

I got introduced to Docker lately since my organization uses it for setting up the development environment.
The development setup comprises of a number of services which are Nodejs applications, a web app etc.

My work involves working on those Node.js apps and I need to frequently look into the application logs.

Right now, I am managing it using the docker logs command that Docker provides.

However, I don’t feel enthusiastic about scrolling through the console and searching there.

I would rather have a UI, like in a browser where:

  • I can scroll through my logs and search for text there.
  • I can filter the services from the aggregated logs.

How does one make that happen?