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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 09:52:53 +0400
committerisaacs <i@izs.me>2011-09-04 09:52:53 +0400
commit1b3e8e8550f023d403f93f0c589ef15528b6a5bd (patch)
tree727eb22a3c8373891089849a677d2403f974f39f /doc
parentc7a7fe705e250e2974069c814a656f2ba5962ed0 (diff)
logprefix flag to shorten log output
Not sure about this. Might change the default
Diffstat (limited to 'doc')
-rw-r--r--doc/config.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index bad46f80c..6a9fb765a 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -356,6 +356,14 @@ The location to write log output.
What level of logs to report. On failure, *all* logs are written to
`npm-debug.log` in the current working directory.
+### logprefix
+
+* Default: true on Posix, false on Windows
+* Type: Boolean
+
+Whether or not to prefix log messages with "npm" and the log level. See
+also "color" and "loglevel".
+
### long
* Default: false