Skip to content

Commit

Permalink
Update log level options
Browse files Browse the repository at this point in the history
Follow parcel-bundler/parcel#1834

I add `verbose` and `debug` options to log level
  • Loading branch information
codeaholicguy committed Oct 25, 2018
1 parent 6d9f46d commit 76e5c23
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/i18n/en/docs/cli.md
Expand Up @@ -137,12 +137,14 @@ Available in: `serve`, `watch`, `build`
parcel entry.js --log-level 1
```

| Loglevel | Effect |
| -------- | ----------------------- |
| 0 | Logging disabled |
| 1 | Only log errors |
| 2 | Log errors and warnings |
| 3 | Log everything |
| Loglevel | Effect |
| -------- | --------------------------------------------------|
| 0 | Logging disabled |
| 1 | Only log errors |
| 2 | Log errors and warnings |
| 3 | Log everything |
| 4 | Verbose (keep everything in log with timestamps) |
| 5 | Debug (save everything to a file with timestamps) |

### HMR Hostname

Expand Down

0 comments on commit 76e5c23

Please sign in to comment.