Continue tuning log messages in scrape

This commit is contained in:
2024-01-31 18:56:22 -06:00
parent a9603ba562
commit a2ccef6d48
2 changed files with 4 additions and 5 deletions

View File

@@ -285,7 +285,6 @@ func main() {
log.Err(err).Stack().Msg("Periodic Scrape Failed")
}
// Wait 5 minutes
time.Sleep(3 * time.Minute)
}
}()