Skip to content

Commit

Permalink
fix: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 9, 2024
1 parent 04f6e8e commit ae32745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/dal/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (c *Collector) processIncomingData(ctx context.Context, data *aggregator.Su
default:
valid := c.compareAndSwapLatestTimestamp(data)
if !valid {
log.Info().Str("Player", "DalCollector").Str("Symbol", c.Symbols[data.GlobalAggregate.ConfigID]).Msg("old data recieved")
log.Debug().Str("Player", "DalCollector").Str("Symbol", c.Symbols[data.GlobalAggregate.ConfigID]).Msg("old data recieved")
return
}

Expand Down

0 comments on commit ae32745

Please sign in to comment.