Skip to content

Commit 2b31599

Browse files
Add debug logging when no host matches in MatchFirstHost (#83)
1 parent ad99f3a commit 2b31599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/host/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func (h *Manager) MatchFirstHost(toMatch string) *Host {
9090
return host
9191
}
9292
}
93+
h.Logger.WithField("requested_host", toMatch).Debug("no matching host found")
9394
return nil
9495
}
9596

0 commit comments

Comments
 (0)