Skip to content

Commit

Permalink
Merge pull request #611 from glazychev-art/pinggrouprange_log_level
Browse files Browse the repository at this point in the history
Change message log level
  • Loading branch information
denis-tingaikin authored Sep 28, 2023
2 parents 9162d4c + 1f2f2c9 commit 862221f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ func applyPingGroupRange(ctx context.Context, mech *kernel.Mechanism) error {
}); err != nil {
return errors.Wrapf(err, "failed to set %s = %s", pingGroupRangeFilename, groupRange)
}
log.FromContext(ctx).Infof("%s was set to %s", pingGroupRangeFilename, groupRange)
log.FromContext(ctx).Debugf("%s was set to %s", pingGroupRangeFilename, groupRange)
return nil
}

0 comments on commit 862221f

Please sign in to comment.