From b059fe8b80e570c5b0664504b1e6c20bda4762cb Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Tue, 23 Mar 2021 18:00:28 +0100 Subject: [PATCH] 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 --- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index db44533bc0c..4c6884db39a 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", -- 2.39.5