Uh oh!
There was an error while loading. Please reload this page.
Explain the npm verbosity in the node image - #113
Conversation
540ee32 to
f8c7511Comparepesho
commented
Mar 4, 2016
LGTM |
chorrell
commented
Mar 4, 2016
LGTM |
| ## Verbosity | ||
| By default Node.js Docker Image has NPM log verbosity set to `verbose` instead |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
chorrell
commented
Mar 4, 2016
One small nit, but other-wise looks good |
| By default Node.js Docker Image has NPM log verbosity set to `verbose` instead | ||
| of the default `warn`. This is because of the way Docker is isolated from the | ||
| host operating system and you are not guaranteed to be able to retrieve the | ||
| `npm-debug.log` file when something breaks. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
retrohacker
commented
Mar 5, 2016
I think the technical sections are 🔥 I think we need to explain the rationale behind the decision in terms newcomers to both Docker and Node will understand while striking a balance with being technically correct. |
31203ab to
87bf354CompareStarefossen
commented
Jun 24, 2016
I have incorporated the feedback and added a section to explain the rationale behind the decision of changing the verbosity level of npm. Feel free to nitpick 😄 |
Close: nodejs#57 Related: nodejs/docker-iojs#36 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
87bf354 to
95a5dd9Comparechorrell
commented
Jun 24, 2016
LGTM! |
retrohacker
commented
Jul 29, 2016
Merging this as it's gone 5 months without objection |
PR-URL #2997 Related: nodejs/node#12220nodejs/docker-node#411nodejs/docker-node#412nodejs/docker-node#113 Signed-off-by: Hans Kristian Flaatten <hans@starefossen.com>
Attempts to explain the rationale behind the
NPM_CONFIG_LOGLEVEL.Close: #57
Related: nodejs/docker-iojs#36
Signed-off-by: Hans Kristian Flaatten hans.kristian.flaatten@dnt.no