-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
wanted changes
- log extra information (request URL, source & destination IP, etc.) to help debugging
authorization-proxy/handler/handler.go
Lines 165 to 168 in 279622e
if !strings.Contains(err.Error(), ErrMsgUnverified) { glg.Warn("handleError: " + err.Error()) status = http.StatusBadGateway }
current log output on network error (max connection reached, etc.)
[WARN]: handleError: EOF
[WARN]: handleError: read tcp [::1]:12345->[::1]:8080: read: connection reset by peer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request