-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Colored log output #234
Comments
I'm definitely open to a contribution that colorizes the text encoder output, but it'll be best if you hold off for a little bit - we're refactoring very aggressively on the |
Very cool, fair enough! I'll keep tabs on the milestone https://github.com/uber-go/zap/milestone/1 |
@akshayjshah are you just cleaning up or is there any new info on this issue? |
Support for coloring landed in #307, at least in part. |
I'm wondering if there are any plans to implement colorized log output in this library. While it might not be something one would enable in a production environment, for local development it can be quite nice. Alternatives like logrus provide this sort of functionality.
Just based on the public API, it seems like this could be implemented as a TextOption. If it isn't slated for development, would you be open to a contribution with it?
The text was updated successfully, but these errors were encountered: