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 6d51b31 commit 1c0b628Copy full SHA for 1c0b628
README.md
@@ -48,6 +48,14 @@ lead to conflicts between libraries. Libraries should use the
48
[`-r log-process-errors` CLI flag](#usage-preferred) instead of
49
[`require()`](#usage-custom).
50
51
+# Duplicate warnings
52
+
53
+It is recommended to use the
54
+[`--no-warnings` CLI flag](https://nodejs.org/api/cli.html#cli_no_warnings) or
55
+the
56
+[`NODE_NO_WARNINGS=1`](https://nodejs.org/api/cli.html#cli_node_no_warnings_1)
57
+environment variable to prevent warnings being logged twice.
58
59
# Custom logging
60
61
By default events will be logged to the console (e.g. `console.error()`).
0 commit comments