fix: logs in docker bp

This commit is contained in:
Andras Bacsai
2022-09-26 20:37:58 +00:00
parent 9d15d2be77
commit 21dfa5227c
3 changed files with 28 additions and 32 deletions

View File

@@ -586,9 +586,9 @@ export async function buildImage({
} else {
await saveBuildLog({ line: `Building image started.`, buildId, applicationId });
}
if (!debug && isCache) {
if (!debug) {
await saveBuildLog({
line: `Debug turned off. To see more details, allow it in the configuration.`,
line: `Debug turned off. To see more details, allow it in the features tab.`,
buildId,
applicationId
});