From f7fc5f50ffdf71c6c7e09729c2508b792f6577f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Wed, 22 Jan 2020 21:33:47 +0100 Subject: [PATCH] refactor(container): revert build logs log level to debug Turns out logging build logs this can get really noisy if we don't truncate the output somehow. I tried truncating it with the cliTruncate function but it messed up the terminal cursor position and by extension the entire log output. Putting this on ice for now. --- garden-service/src/plugins/container/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garden-service/src/plugins/container/build.ts b/garden-service/src/plugins/container/build.ts index 33c8e88d1c..a6c02f2252 100644 --- a/garden-service/src/plugins/container/build.ts +++ b/garden-service/src/plugins/container/build.ts @@ -64,7 +64,7 @@ export async function buildContainerModule({ module, log }: BuildModuleParams