Skip to content

Commit

Permalink
change autoscaling version detection log verbosity (open-telemetry#1212)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus authored Nov 15, 2022
1 parent e42e3d6 commit d8b35ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (c *Config) AutoDetect() error {
return err
}
c.autoscalingVersion = hpaVersion
c.logger.V(1).Info("autoscaling version detected", "autoscaling-version", c.autoscalingVersion.String())
c.logger.V(2).Info("autoscaling version detected", "autoscaling-version", c.autoscalingVersion.String())

return nil
}
Expand Down

0 comments on commit d8b35ba

Please sign in to comment.