From 2caf08a76d6c0f2b2284f6fd8354e77ce5ba5e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Tue, 6 Sep 2022 12:48:13 +0200 Subject: [PATCH] Revert "Change session done stats to 'debug' level" This reverts commit bb2986a59aaf0a5c0082fcf764774d9c82889987. --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 0c7bfa0..daa9437 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -371,6 +371,6 @@ func runUpdatesWithNotifications(filter t.Filter) *metrics.Metric { "Scanned": metricResults.Scanned, "Updated": metricResults.Updated, "Failed": metricResults.Failed, - }).Debug("Session done") + }).Info("Session done") return metricResults }