From 554878db7b27871cc28da972171dd1a721bfea58 Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Tue, 25 Jun 2024 14:14:48 +0200 Subject: [PATCH] improvement(sync): update log warnings and hints --- core/src/mutagen.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/mutagen.ts b/core/src/mutagen.ts index 73ca7292e5..a12d8a0caa 100644 --- a/core/src/mutagen.ts +++ b/core/src/mutagen.ts @@ -334,7 +334,7 @@ function logMutagenDaemonWarning(log: Log) { log.warn( deline` - It looks like you might have changed to a different version of the sync daemon.\n + It looks like the sync daemon might have been changed to a different version.\n Therefore the sync daemon needs to be restarted, and the affected deploys must be redeployed.\n Please, stop this command and follow the instructions below.\n @@ -378,8 +378,8 @@ export class Mutagen { deline` Warning!\n - Garden will use the new sync daemon in the next release (0.13.34). - Thus, the default value of the \`GARDEN_ENABLE_NEW_SYNC\` environment variable will be switched to \`true\`.\n + Starting from 0.13.34, Garden uses the new sync daemon. + Thus, the default value of the \`GARDEN_ENABLE_NEW_SYNC\` environment variable is \`true\` now.\n Please make sure you have tested the new sync daemon. See the troubleshooting docs for more details: ${makeDocsLinkStyled("guides/code-synchronization", "#restarting-sync-daemon")}\n` )