mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
Merge pull request #80 from v2tec/CheckingContainersAsDebugLog
Output "Checking containers for updated images" as debug entry.
This commit is contained in:
commit
6e045ce70c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func containerFilter(names []string) container.Filter {
|
||||||
// any of the images, the associated containers are stopped and restarted with
|
// any of the images, the associated containers are stopped and restarted with
|
||||||
// the new image.
|
// the new image.
|
||||||
func Update(client container.Client, names []string, cleanup bool, noRestart bool) error {
|
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))
|
containers, err := client.ListContainers(containerFilter(names))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue