Skip to content

Explain the npm verbosity in the node image#113

Merged
retrohacker merged 1 commit into
nodejs:masterfrom
Starefossen:docs/npm-verbose-output
Jul 29, 2016
Merged

Explain the npm verbosity in the node image#113
retrohacker merged 1 commit into
nodejs:masterfrom
Starefossen:docs/npm-verbose-output

Conversation

@Starefossen
Copy link
Copy Markdown
Member

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

@Starefossen Starefossen force-pushed the docs/npm-verbose-output branch from 540ee32 to f8c7511 Compare March 4, 2016 08:41
@pesho
Copy link
Copy Markdown
Contributor

pesho commented Mar 4, 2016

LGTM

@chorrell
Copy link
Copy Markdown
Contributor

chorrell commented Mar 4, 2016

LGTM

Comment thread README.md Outdated

## 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.

@chorrell
Copy link
Copy Markdown
Contributor

chorrell commented Mar 4, 2016

One small nit, but other-wise looks good

Comment thread README.md Outdated
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.

@retrohacker
Copy link
Copy Markdown
Contributor

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.

@Starefossen Starefossen force-pushed the docs/npm-verbose-output branch 3 times, most recently from 31203ab to 87bf354 Compare June 24, 2016 12:14
@Starefossen
Copy link
Copy Markdown
Member Author

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>
@Starefossen Starefossen force-pushed the docs/npm-verbose-output branch from 87bf354 to 95a5dd9 Compare June 24, 2016 12:17
@chorrell
Copy link
Copy Markdown
Contributor

LGTM!

@retrohacker
Copy link
Copy Markdown
Contributor

Merging this as it's gone 5 months without objection

@retrohacker retrohacker merged commit 614e8e7 into nodejs:master Jul 29, 2016
tianon pushed a commit to docker-library/official-images that referenced this pull request May 31, 2017
PR-URL #2997

Related: nodejs/node#12220 nodejs/docker-node#411 nodejs/docker-node#412 nodejs/docker-node#113

Signed-off-by: Hans Kristian Flaatten <hans@starefossen.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants