Skip to content

Commit

Permalink
Change message log level
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art committed Sep 25, 2023
1 parent 9162d4c commit 1f2f2c9
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 1f2f2c9

Please sign in to comment.