nuke
nuke copied to clipboard
Disable colorized output
Description
It should be possible (or documented) how to disable Nuke's colorized output. It is handy e.g. when outputing to a file.
Usage Example
One of the popular way to do it is to support NO_COLOR env var: https://no-color.org/
Alternative
This is how I hack it right now on Bash/Zsh: TERM= nuke > build.out
Could you help with a pull-request?
No
FYI, nuke writes file logs. So you could as well redirect to null.
- Where is the log file created?
- Is it possible to change the logging message template?
- It's in the docs
- Only by full Serilog reconfiguration