-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle ANSI Escapes in Docker Logs #67
Labels
Milestone
Comments
Thanks for report. I agree this is needed. (I often do I created upstream issue in the toolkit sen is using b/c I'm not sure what's the best of way of doing this. |
I spent some time on this and gotta say it's really complicated - ANSI escape sequences are pretty rich. I decided to split this into two phases:
|
TomasTomecek
added a commit
that referenced
this issue
Jan 4, 2017
Related #67 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
TomasTomecek
added a commit
that referenced
this issue
Jan 4, 2017
Related #67 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sen currently does not handle ANSI Escapes in docker logs.
It neither strips them nor does it interpret them.
I would definitly like to see sen supporting ANSI Escapes and interpreting them, allowing color in docker logs to be properly shown.
The text was updated successfully, but these errors were encountered: