Skip to content

Commit 5a7d7ad

Browse files
authored
test (#346)
1 parent 0e46743 commit 5a7d7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/observation/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func newAggregationServer(cfg *config.TObservationServerConfig) (*aggregationSer
6060
func (s *aggregationServer) start() error {
6161
endpoint := common.EndpointToString(s.cfg.Endpoint)
6262

63-
s.logger.Info("starting aggregation server",
63+
s.logger.Info("starting aggregation server ",
6464
zap.String("endpoint", endpoint),
6565
zap.Duration("polling_period", s.pollingInterval),
6666
)

0 commit comments

Comments
 (0)