Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API & CLI documentation to reflect existing log levels #346

Merged
merged 1 commit into from Jan 7, 2019

Conversation

lustoykov
Copy link

Close #323

@vercel
Copy link

vercel bot commented Jan 7, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@@ -33,7 +33,7 @@ const options = {
cert: './ssl/c.crt', // Path to custom certificate
key: './ssl/k.key' // Path to custom key
},
logLevel: 3, // 3 = log everything, 2 = log warnings & errors, 1 = log errors
logLevel: 3, // 5 = save everything to a file, 4 = like 3, but with timestamps and additionally log http requests to dev server, 3 = log info, warnings & errors, 2 = log warnings & errors, 1 = log errors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verbose mode logs a lil bit more than just http requests and info, but I guess it's fine like this.

@DeMoorJasper DeMoorJasper merged commit c185d81 into parcel-bundler:master Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants