We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7ea14 commit 9c90301Copy full SHA for 9c90301
apps/supervisor/src/workloadManager/docker.ts
@@ -154,7 +154,7 @@ export class DockerWorkloadManager implements WorkloadManager {
154
155
// If the image is not present, try to pull it
156
if (shouldPull) {
157
- logger.error("Pulling image", {
+ logger.info("Pulling image", {
158
error: inspectError,
159
image: opts.image,
160
targetPlatform: this.platformOverride,
0 commit comments