mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-23 17:26:10 +01:00
Revert "Change session done stats to 'debug' level"
This reverts commit bb2986a59aaf0a5c0082fcf764774d9c82889987.
This commit is contained in:
parent
47ef48be28
commit
2caf08a76d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue