charmbracelet / log

A minimal, colorful Go logging library 🪵
MIT License
2.4k stars 67 forks source link

Colored logs not displaying inside Docker logs on Linux Machine #147

Open arjunshajitech opened 3 weeks ago

arjunshajitech commented 3 weeks ago

The colored logs display correctly when running the application locally on my Linux system, but inside Docker, the colors do not appear in the logs. The logs display as plain text without any colors.

Local Log

Screenshot from 2024-10-24 15-37-49

Docker Log

Screenshot from 2024-10-24 15-38-34