Skip to content

Commit

Permalink
refactor(host-rules): log hostType (#24939)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 9, 2023
1 parent a6580a6 commit a268816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/util/host-rules.ts
Expand Up @@ -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`
);
}
});
Expand Down

0 comments on commit a268816

Please sign in to comment.