-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
[enhancement]: allow disabling colored log messages #89
Comments
Relates to #41 |
Logging seems to be done through the tracing crate, which has support for the |
This feature has now been added and will be available on the next 0.3.x release. You'll be able to disable ansi as follows: [global.tracing]
ansi = false |
The option to disable ANSI colors is now available on |
I'm using logging to stdout and a Windows Service Wrapper to redirect stdout/err to files.
disables the ANSI escape sequences in the log. Please also support disabling colors with stdout. |
@Andy-2639 this has been implemented now and will be included in the next release. |
Which feature or improvement would you like to request?
I'd like to disable colored log messages.
Is your feature request related to a problem?
Currently, colored messages are always active for either logging to stdout and file.
Code of Conduct
The text was updated successfully, but these errors were encountered: