From 76e5c239e15219fc58c555feceb414f4e855629e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Nh=E1=BA=ADt=20Ho=C3=A0ng?= Date: Thu, 25 Oct 2018 23:12:14 +0700 Subject: [PATCH] Update log level options Follow https://github.com/parcel-bundler/parcel/pull/1834 I add `verbose` and `debug` options to log level --- src/i18n/en/docs/cli.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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