From ca28221103aa0e9ccba7043ac515a541b625c53a Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 3 Jun 2021 10:14:04 -0700 Subject: fix(docs): link foreground-scripts w/ loglevel Since loglevel is the first place people usually look to find out why their scripts have no output when they are in the background, this will help point them to the config that addresses that situation. PR-URL: https://github.com/npm/cli/pull/3360 Credit: @wraithgar Close: #3360 Reviewed-by: @isaacs --- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tap-snapshots/test') diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs index 48aea0303..da8cd1794 100644 --- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs +++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs @@ -655,6 +655,8 @@ What level of logs to report. On failure, *all* logs are written to Any logs of a higher level than the setting are shown. The default is "notice". +See also the \`foreground-scripts\` config. + #### \`logs-max\` * Default: 10 -- cgit v1.2.3