Merge pull request #423 from zoispag/feature/413-change-initial-log-from-debug-to-info

Change initial logging message from debug to info
pull/436/head v0.3.10
Simon Aronsson 5 years ago committed by GitHub
commit a2525137c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save