mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Change logging level of the message relating to overwritten original image id and name
This commit is contained in:
parent
ebe3fafeef
commit
002308db4d
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ func (client dockerClient) HasNewImage(ctx context.Context, container t.Containe
|
|||
imageIDSetByLabel, ok := container_info.Config.Labels[originalImageIDLabel]
|
||||
if ok {
|
||||
currentImageID = t.ImageID(imageIDSetByLabel)
|
||||
log.Infof("Original image id for %s found: (%s)", imageName, currentImageID.ShortID())
|
||||
log.Debugf("Original image id for %s found: (%s)", imageName, currentImageID.ShortID())
|
||||
}
|
||||
|
||||
newImageInfo, _, err := client.api.ImageInspectWithRaw(ctx, imageName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue