logging lint

This commit is contained in:
Michael Quigley 2022-07-27 12:58:16 -04:00
parent 6b4fcadc6b
commit ae496beb92
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -32,7 +32,7 @@ type resolver struct {
}
func (r *resolver) Service(host string) string {
logrus.Infof("host = '%v'", host)
logrus.Debugf("host = '%v'", host)
tokens := strings.Split(host, ".")
if len(tokens) > 0 {
return tokens[0]