mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Remove syncing $redisKey log message
This info message just pollutes the logs and for debugging we log the execution anyway.
This commit is contained in:
parent
8ce917d45a
commit
43bcd2bbee
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ type HPair struct {
|
|||
func (c *Client) HYield(ctx context.Context, key string) (<-chan HPair, <-chan error) {
|
||||
pairs := make(chan HPair, c.Options.HScanCount)
|
||||
|
||||
c.logger.Infof("Syncing %s", key)
|
||||
|
||||
return pairs, com.WaitAsync(contracts.WaiterFunc(func() error {
|
||||
var counter com.Counter
|
||||
defer c.log(ctx, key, &counter).Stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue