Skip to content

Commit ee202d6

Browse files
Merge pull request #2082 from micalevisk/patch-1
docs(logger): clarify about disabling colors in logger's messages
2 parents 6502156 + aab2b3f commit ee202d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ await app.listen(3000);
3535

3636
Values in the array can be any combination of `'log'`, `'error'`, `'warn'`, `'debug'`, and `'verbose'`.
3737

38-
> info **Hint** To disable color in the default logger's messages, set the `NO_COLOR` environment variable.
38+
> info **Hint** To disable color in the default logger's messages, set the `NO_COLOR` environment variable to some non-empty string.
3939
4040
#### Custom implementation
4141

0 commit comments

Comments
 (0)