Rename config.yaml to example and add config.yaml to gitignore, make Metrics optional and configurable
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user