Skip to content

Commit

Permalink
chore: some corrections in log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 21, 2022
1 parent f92ca37 commit 98dbe28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/plugins/kubernetes/local-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function getLocalAppProcess(configParams: StartLocalModeParams): RecoverableProc
section: service.name,
msg: chalk.red(
composeErrorMessage(
`Error running local app, check the local service logs and the Garden logs in ${getLogsPath(ctx)}`,
`Error running local app, check the local app logs and the Garden logs in ${getLogsPath(ctx)}`,
msg
)
),
Expand All @@ -510,7 +510,9 @@ function getLocalAppProcess(configParams: StartLocalModeParams): RecoverableProc
symbol: "warning",
section: service.name,
msg: chalk.yellow(
`Local app hasn't started after ${localAppFailureCounter.getFailures()} attempts. Please check the logs and consider restarting Garden.`
`Local app hasn't started after ${localAppFailureCounter.getFailures()} attempts. Please check the logs in ${getLogsPath(
ctx
)} and consider restarting Garden.`
),
})
})
Expand Down

0 comments on commit 98dbe28

Please sign in to comment.