Update On Thu Dec 26 19:33:33 CET 2024

This commit is contained in:
github-action[bot]
2024-12-26 19:33:33 +01:00
parent 90e70c28fa
commit a0cfaf9dfb
139 changed files with 6956 additions and 978 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ var serverRunFunc = func(s []string) error {
if err := metrics.LoadMetricsFromDump(); err == nil {
log.Infof("Loaded previous metrics from %s", metricsDumpPath)
} else {
log.Infof("Failed to load previous metrics: %v", err)
log.Infof("Unable to load previous metrics: %v", err)
}
if err := metrics.EnableMetricsDump(); err != nil {
log.Warnf("Failed to enable metrics dump: %v", err)