diff --git a/lib/util/host-rules.ts b/lib/util/host-rules.ts index e70c08d10dc544..9de4fcfc3e1750 100644 --- a/lib/util/host-rules.ts +++ b/lib/util/host-rules.ts @@ -50,7 +50,9 @@ export function add(params: HostRule): void { if (rule[field]) { logger.debug( // TODO: types (#22198) - `Adding ${field} authentication for ${rule.matchHost!} to hostRules` + `Adding ${field} authentication for ${rule.matchHost!} (hostType=${ + rule.hostType + }) to hostRules` ); } });