Revert "Make median score log debug level"

This reverts commit c3f7982882.
This commit is contained in:
Andre Medeiros 2022-05-27 09:21:56 -04:00
parent c3f7982882
commit 2111cb4be6

View file

@ -212,7 +212,7 @@ func (tc *trendingConsumer) Consume(delivery rmq.Delivery) {
middlePost := tps.Count / 2
medianScore := tps.Children[middlePost].Score
tc.logger.Debug("calculated median score",
tc.logger.Info("calculated median score",
zap.Int64("subreddit#id", id),
zap.String("subreddit#name", subreddit.NormalizedName()),
zap.Int64("score", medianScore),