mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
Output "Checking containers for updated images" as debug entry. fixes GH-66
This commit is contained in:
parent
b068c628ad
commit
bee4607d9a
@ -35,7 +35,7 @@ func containerFilter(names []string) container.Filter {
|
||||
// any of the images, the associated containers are stopped and restarted with
|
||||
// the new image.
|
||||
func Update(client container.Client, names []string, cleanup bool, noRestart bool) error {
|
||||
log.Info("Checking containers for updated images")
|
||||
log.Debug("Checking containers for updated images")
|
||||
|
||||
containers, err := client.ListContainers(containerFilter(names))
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user