From e770b5d62100cdbb85543bcefa1a6072c595d343 Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Tue, 24 May 2022 15:56:39 +0200 Subject: [PATCH] chore: cr-based corrections in log messages --- core/src/plugins/kubernetes/container/deployment.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/plugins/kubernetes/container/deployment.ts b/core/src/plugins/kubernetes/container/deployment.ts index 97622afabc1..55a872b81c4 100644 --- a/core/src/plugins/kubernetes/container/deployment.ts +++ b/core/src/plugins/kubernetes/container/deployment.ts @@ -99,8 +99,8 @@ export async function startContainerDevSync({ log.warn({ section: service.name, msg: chalk.yellow( - `Service "${service.name}" has started in --dev-mode but doesn't have devMode configuration! ` + - "Please check its garden.yml config file." + `Service "${service.name}" has been started with the --dev-mode flag ` + + "but doesn't have a devMode configuration section! Please check its garden.yml config file." ), }) return @@ -137,8 +137,8 @@ export async function startLocalMode({ log.warn({ section: service.name, msg: chalk.yellow( - `Service "${service.name}" has started in --local-mode but doesn't have localMode configuration! ` + - "Please check its garden.yml config file." + `Service "${service.name}" has been started with the --local-mode flag ` + + "but doesn't have a localMode configuration section! Please check its garden.yml config file." ), }) return