Skip to content

Commit af46151

Browse files
authored
fix: Reduce log verbosity for http proxy variable not found (#214)
1 parent 9ee2310 commit af46151

File tree

1 file changed

+1
-1
lines changed
  • pkg/handlers/generic/mutation/httpproxy

1 file changed

+1
-1
lines changed

pkg/handlers/generic/mutation/httpproxy/inject.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (h *httpProxyPatchHandler) Mutate(
100100
return err
101101
}
102102
if !found {
103-
log.Info("http proxy variable not defined")
103+
log.V(5).Info("http proxy variable not defined")
104104
return nil
105105
}
106106

0 commit comments

Comments
 (0)