1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-02-07 19:30:19 +02:00

#413 Change initial logging message from debug to info

This commit is contained in:
Zois Pagoulatos 2019-12-25 16:07:11 +01:00
parent 940e25acb6
commit 157ddb86a7
No known key found for this signature in database
GPG Key ID: A40759B6C8AC2811

View File

@ -155,7 +155,7 @@ func runUpgradesOnSchedule(filter t.Filter) error {
return err
}
log.Debug("Starting Watchtower and scheduling first run: " + cron.Entries()[0].Schedule.Next(time.Now()).String())
log.Info("Starting Watchtower and scheduling first run: " + cron.Entries()[0].Schedule.Next(time.Now()).String())
cron.Start()
// Graceful shut-down on SIGINT/SIGTERM