mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
#413 Change initial logging message from debug to info
This commit is contained in:
parent
940e25acb6
commit
157ddb86a7
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ func runUpgradesOnSchedule(filter t.Filter) error {
|
||||||
return err
|
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()
|
cron.Start()
|
||||||
|
|
||||||
// Graceful shut-down on SIGINT/SIGTERM
|
// Graceful shut-down on SIGINT/SIGTERM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue