We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e46743 commit 5a7d7adCopy full SHA for 5a7d7ad
app/observation/server.go
@@ -60,7 +60,7 @@ func newAggregationServer(cfg *config.TObservationServerConfig) (*aggregationSer
60
func (s *aggregationServer) start() error {
61
endpoint := common.EndpointToString(s.cfg.Endpoint)
62
63
- s.logger.Info("starting aggregation server",
+ s.logger.Info("starting aggregation server ",
64
zap.String("endpoint", endpoint),
65
zap.Duration("polling_period", s.pollingInterval),
66
)
0 commit comments