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/lib
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 /lib
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 'lib')
-rw-r--r--lib/utils/config/definitions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js
index 181406918..ac8a4e2f6 100644
--- a/lib/utils/config/definitions.js
+++ b/lib/utils/config/definitions.js
@@ -1214,8 +1214,8 @@ define('loglevel', {
'silly',
],
description: `
- 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".