Search code examples
loggingnestjs

Disable colored console output


Is it possible to disable the colored console output of the NestJS default logger? I can't find an option to turn it off :-(

(Some more text, because this question is too simple for StackOverflow.)


Solution

  • The logger service uses module cli-color, setting environment variable NO_COLOR disables the output of color codes.