From: Ernesto Puerta Date: Tue, 23 Mar 2021 17:00:28 +0000 (+0100) Subject: mgr/dashboard: mute i18n progress X-Git-Tag: v17.1.0~2443^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b059fe8b80e570c5b0664504b1e6c20bda4762cb;p=ceph.git mgr/dashboard: mute i18n progress i18n progress build generates a lot of traces that make harder to find the root cause for an error in frontend-unittests. Fixes: https://tracker.ceph.com/issues/49943 Signed-off-by: Ernesto Puerta --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index db44533bc0ca..4c6884db39ac 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -13,7 +13,7 @@ "postbuild:localize": "node cd --res", "env_build": "node cd --env", "i18n": "npm run i18n:extract && npm run i18n:push && npm run i18n:pull && npm run i18n:merge", - "i18n:extract": "ng xi18n --output-path src/locale --ivy", + "i18n:extract": "ng xi18n --output-path src/locale --ivy --progress=false", "i18n:push": "npx i18ntool push -c i18n.config.json", "i18n:pull": "npx i18ntool pull -c i18n.config.json", "i18n:merge": "npx i18ntool merge -c i18n.config.json",