change log error of "ruleType" to warning
This commit is contained in:
parent
895f3cc109
commit
8210743dad
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ func (provider *Kubernetes) loadIngresses(k8sClient k8s.Client) (*types.Configur
|
|||
case "pathprefix":
|
||||
ruleType = "PathPrefix"
|
||||
default:
|
||||
log.Debugf("Unknown RuleType `%s`, falling back to `PathPrefix", ruleType)
|
||||
log.Warnf("Unknown RuleType `%s`, falling back to `PathPrefix", ruleType)
|
||||
ruleType = "PathPrefix"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue