1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
watchtower/pkg
Michael f6c19896a2
lifecycle logs as Debug instead of Info (#610)
The life-cycle messages should not have the same level as the update messages.

Why?
I receive a (mail-) notification for every run even if no image is changed: 
```
2020-07-31 06:44:33 (info): Executing pre-check command.
```

But I only want to receive a notification if something changed:
```
2020-07-20 06:44:44 (info): Found new traefik:v2.2 image (sha256:7c992081f52423e325bd12debf0edcb4f7cfa398683c26f99c00112ec14e1ab9)
```
2020-08-08 18:40:23 +02:00
..
api Adds the option to skip TLS verification for a Gotify instance (#544) 2020-05-22 16:02:20 +02:00
container Image of running container no longer needed locally (#571) 2020-06-10 11:34:30 +02:00
filters refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
lifecycle lifecycle logs as Debug instead of Info (#610) 2020-08-08 18:40:23 +02:00
notifications Add string functions for lowercase, uppercase and capitalize to shoutrrr templates (#593) 2020-07-21 13:27:51 +02:00
registry Added --trace flag and new log.Trace() lines for sensitive information (#541) 2020-05-11 06:09:52 +02:00
sorter refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
types refactor: extract code from the container package 2020-01-11 23:36:07 +01:00