-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Allow disabling timestamps with colored output #400
Conversation
I'm experiencing the same issue. I disable time stamp and with colours, and I'm still getting [0000]. ping @sirupsen ? |
LGTM Rebuilding. |
Wow, how'd I miss this? I made a duplicate pull request in #427 (am closing mine now) 👍 wish I'd noticed your PR first |
@sirupsen PTAL |
Use upstream logrus now that sirupsen/logrus#400 has been merged
Use upstream logrus now that sirupsen/logrus#400 has been merged
EDIT: DISREGARD! Vendoring screwed up miraculously so I didn't have the latest commit. Issue has been solved. Uh oh. This seems to have crept back in. Despite setting:
I'm getting [0000] again as a timestamp.
I'll see what commit caused this! |
Allow disabling timestamps with colored output
When using colored output,
DisableTimestamps
doesn't work.Sample Application
Expected Output
Actual Output