yunginnanet/HellPot

Logging: certain fasthttp errors are not using our logger.

yunginnanet opened this issue · 1 comments

Behavior: 2021/10/23 02:47:15 error when serving connection "[redacted]:[redacted]"<->"[redacted]:[redacted]": error when reading request headers: cannot find http request method

Expected: 2:47AM ERR REMOTE_ADDR=[redacted]:[redacted] error when reading request headers: cannot find http request method (roughy)

This means certain fasthttp errors won't be in our JSON log as well. I'll address this soon.