I'm on the lookout for a user-friendly open source tool that can help me monitor and manage Docker logs. Does anyone have recommendations for what might work well?
5 Answers
I recommend checking out Dozzle. It's pretty handy for viewing logs in real-time.
If you want something less focused on logs, Portainer is great too. It has a decent log terminal feature in its Business Edition, which is free to use.
Have you considered sending your logs to Graylog? It’s a powerful solution.
All open source log tools can work with Docker logs. It really depends on what you specifically want to accomplish. What features are you looking for?
Grafana paired with Loki is a solid choice! I set it up recently, and while it might seem complicated for a simple homelab, it’s really effective. I’m even trying to add logs from my OpenWRT router to it. It's definitely worth a shot!

I'm just looking for a straightforward way to view and analyze the logs without too much hassle.