Skip to content

Commit

Permalink
botrest: reduce logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jogramming committed Nov 25, 2018
1 parent 9f0478e commit 9f122f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/botrest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (p *Plugin) mapAddressToShards(address string) {

processShards := bot.GetProcessShards()

logrus.Info("[botrest] mapping ", address, " to current process shards")
logrus.Debug("[botrest] mapping ", address, " to current process shards")
for _, shard := range processShards {
err := common.RedisPool.Do(radix.Cmd(nil, "SET", RedisKeyShardAddressMapping(shard), address))
if err != nil {
Expand Down

0 comments on commit 9f122f7

Please sign in to comment.