diff --git a/src/i18n/en/docs/cli.md b/src/i18n/en/docs/cli.md index 0ba713b2d..14c834312 100644 --- a/src/i18n/en/docs/cli.md +++ b/src/i18n/en/docs/cli.md @@ -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