Skip to content

Commit 9c90301

Browse files
committed
should not be an error log
1 parent 5b7ea14 commit 9c90301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/supervisor/src/workloadManager/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class DockerWorkloadManager implements WorkloadManager {
154154

155155
// If the image is not present, try to pull it
156156
if (shouldPull) {
157-
logger.error("Pulling image", {
157+
logger.info("Pulling image", {
158158
error: inspectError,
159159
image: opts.image,
160160
targetPlatform: this.platformOverride,

0 commit comments

Comments
 (0)