We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0f201 commit 748b920Copy full SHA for 748b920
packages/web/docs/src/content/logger.mdx
@@ -457,6 +457,12 @@ INF Hello World!
457
```
458
{/* prettier-ignore-end */}
459
460
+#### Disabling Colors
461
+
462
+You can disable colors in the console output by setting the `NO_COLOR=1` environment variable. All
463
+environments that need the logger to not color the output will automatically set this following the
464
+[NO_COLOR convention](https://no-color.org/).
465
466
### `JSONLogWriter`
467
468
<Callout type="info">Will be used then the `LOG_JSON=1` environment variable is provided.</Callout>
0 commit comments