Rename config.yaml to example and add config.yaml to gitignore, make Metrics optional and configurable

This commit is contained in:
Pablu23
2025-10-15 13:15:56 +02:00
parent 28d9c58a66
commit f4ca559a26
5 changed files with 79 additions and 77 deletions

View File

@@ -130,7 +130,7 @@ func (m *Metrics) Flush() {
return
}
log.Info().Str("file", m.file).Int("count", len(a)).Msg("Completed Metrics flush")
log.Debug().Str("file", m.file).Int("count", len(a)).Msg("Completed Metrics flush")
}
func (m *Metrics) Stop() {