Skip to content
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

Make container logging prettier #35

Closed
heralden opened this issue Jul 16, 2020 · 1 comment
Closed

Make container logging prettier #35

heralden opened this issue Jul 16, 2020 · 1 comment

Comments

@heralden
Copy link
Member

I get logs like b'2020-07-16T10:26:57.417048619Z > Task :clean UP-TO-DATE\n'. We'd rather remove the b' at the beginning and \n' at the end.

I think these are Python bytestrings, which you can convert to regular strings by decoding: https://stackoverflow.com/a/606199

@22PoojaGaur
Copy link
Member

done. added to #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants