-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hey!
There is a slight inconsistency between different serilog console logging methods when it comes to support for NO_COLOR env variable.
See https://no-color.org/ for the reasoning.
Also there has been a PR last year to add the support for console sink here: https://github.com/serilog/serilog-sinks-console/pull/154/files
However it doesn't work when using ExpressionTemplate
because it has its own theming implementation.
I think it makes sense to add this support here as well.
I am willing to make the changes and prepare a PR but wanted to discuss it first to make sure it won't get rejected for some reason.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request