Skip to content

Commit b059a8b

Browse files
docs(logger): Explain how to disable color
Update as per review suggestion.
1 parent ff3ca64 commit b059a8b

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-
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.
3939
4040
#### Custom implementation
4141

0 commit comments

Comments
 (0)