Improve and fix verification and fixing

This commit is contained in:
Daniel
2022-09-28 14:42:38 +02:00
parent 0bb26c697f
commit 1ec3209442
2 changed files with 61 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ func downloadUpdates() error {
// logging is configured as a persistent pre-run method inherited from
// the root command but since we don't use run.Run() we need to start
// logging ourself.
log.SetLogLevel(log.TraceLevel)
log.SetLogLevel(log.InfoLevel)
err := log.Start()
if err != nil {
fmt.Printf("failed to start logging: %s\n", err)