Jack Guttman

Results 2 issues of Jack Guttman

The existing regex expression is not complex enough to handle projects within groups/subgroups in GitLab. [See this regex101 for EXISTING support](https://regex101.com/r/THFlre/1) [See this regex101 for PROPOSED support](https://regex101.com/r/THFlre/2)

Currently, the response body will only be logged if the returned status code is >= 400. https://github.com/go-chi/httplog/blob/master/httplog.go#L90C4-L96C7. https://github.com/go-chi/httplog/blob/master/httplog.go#L146C3-L149C4. I have a use case for `httplog` to act as an audit...