mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
logging lint (#463)
This commit is contained in:
parent
3fbcaa5f24
commit
f1200eef59
@ -9,6 +9,6 @@ import (
|
||||
|
||||
func (i *agentGrpcImpl) Version(_ context.Context, _ *agentGrpc.VersionRequest) (*agentGrpc.VersionResponse, error) {
|
||||
v := build.String()
|
||||
logrus.Infof("responding to version inquiry with '%v'", v)
|
||||
logrus.Debugf("responding to version inquiry with '%v'", v)
|
||||
return &agentGrpc.VersionResponse{V: v}, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user