mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Add correct diagnostics interval to startup message.
This commit is contained in:
parent
680acf4e3d
commit
754de2e057
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ func (s *Server) monitorDiagnostics() {
|
|||
s.Logger().Printf("diagnostics disabled")
|
||||
return
|
||||
} else {
|
||||
s.Logger().Printf("Pilosa is currently configured to send small diagnostics reports to our team every hour. More information here: https://www.pilosa.com/docs/latest/administration/#diagnostics")
|
||||
s.Logger().Printf("Pilosa is currently configured to send small diagnostics reports to our team every %v. More information here: https://www.pilosa.com/docs/latest/administration/#diagnostics", s.DiagnosticInterval)
|
||||
}
|
||||
|
||||
s.diagnostics.SetLogger(s.LogOutput)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue