From cbae0fb71cea55004f7066c0dfc870137b53ee8b Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 2 Dec 2021 14:17:38 -0700 Subject: 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 --- docs/content/using-npm/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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". -- cgit v1.2.3