Skip to content

Commit 76e5c23

Browse files
Update log level options
Follow parcel-bundler/parcel#1834 I add `verbose` and `debug` options to log level
1 parent 6d9f46d commit 76e5c23

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/i18n/en/docs/cli.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ Available in: `serve`, `watch`, `build`
137137
parcel entry.js --log-level 1
138138
```
139139

140-
| Loglevel | Effect |
141-
| -------- | ----------------------- |
142-
| 0 | Logging disabled |
143-
| 1 | Only log errors |
144-
| 2 | Log errors and warnings |
145-
| 3 | Log everything |
140+
| Loglevel | Effect |
141+
| -------- | --------------------------------------------------|
142+
| 0 | Logging disabled |
143+
| 1 | Only log errors |
144+
| 2 | Log errors and warnings |
145+
| 3 | Log everything |
146+
| 4 | Verbose (keep everything in log with timestamps) |
147+
| 5 | Debug (save everything to a file with timestamps) |
146148

147149
### HMR Hostname
148150

0 commit comments

Comments
 (0)