You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start some docker containers using docker-compose and their log output has color escape sequences. I recently discovered that I could see my container’s logs with ctop which is nice! But the escape sequences are displayed as is, that is they are not interpreted into colors.
If you can point me to where I can fix that I’ll gladly do it :)
Thanks
The text was updated successfully, but these errors were encountered:
I've a project running (homeassistant), and it use https://pypi.org/project/colorlog/ .
So on CTOP, all logs lines are finishing with '[0m' (and starting with color tag like '[36m')
I start some docker containers using docker-compose and their log output has color escape sequences. I recently discovered that I could see my container’s logs with ctop which is nice! But the escape sequences are displayed as is, that is they are not interpreted into colors.
If you can point me to where I can fix that I’ll gladly do it :)
Thanks
The text was updated successfully, but these errors were encountered: