Skip to content

Commit

Permalink
fix(container): more verbose logging during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig authored and eysi09 committed Jan 22, 2020
1 parent 0d204c2 commit 131b10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/src/plugins/container/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export async function buildContainerModule({ module, log }: BuildModuleParams<Co
}

// Stream log to a status line
const outputStream = createOutputStream(log.placeholder(LogLevel.debug))
const outputStream = createOutputStream(log.placeholder(LogLevel.info))
const timeout = module.spec.build.timeout
const buildLog = await containerHelpers.dockerCli(module, [...cmdOpts, buildPath], { outputStream, timeout })

Expand Down

0 comments on commit 131b10f

Please sign in to comment.