fix: move debug log settings to build logs

This commit is contained in:
Andras Bacsai
2022-11-23 10:28:36 +01:00
parent eebec3b92f
commit d402fd5690
3 changed files with 55 additions and 39 deletions

View File

@@ -589,7 +589,7 @@ export async function buildImage({
}
if (!debug) {
await saveBuildLog({
line: `Debug turned off. To see more details, allow it in the features tab.`,
line: `Debug logging is disabled. Enable it above if necessary!`,
buildId,
applicationId
});