Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2021-12-03 00:17:38 +0300
committerLuke Karrys <luke@lukekarrys.com>2021-12-03 00:32:28 +0300
commitcbae0fb71cea55004f7066c0dfc870137b53ee8b (patch)
tree6d2d36a0bdb8f9ed8a3e8b7a776804755d1f400e /docs
parent31b098ee26ed17facb132278bb3205e80e2a760d (diff)
docs: update description about where/when debug log is written
PR-URL: https://github.com/npm/cli/pull/4114 Credit: @lukekarrys Close: #4114 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index a7678b18d..fe197e344 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -1014,8 +1014,8 @@ Ideal if all users are on npm version 7 and higher.
* Type: "silent", "error", "warn", "notice", "http", "timing", "info",
"verbose", or "silly"
-What level of logs to report. On failure, *all* logs are written to
-`npm-debug.log` in the current working directory.
+What level of logs to report. All logs are written to a debug log, with the
+path to that file printed if the execution of a command fails.
Any logs of a higher level than the setting are shown. The default is
"notice".