cashapp / misk

Microservice Kontainer

Home Page:https://cashapp.github.io/misk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogRequestResponse isn't properly supported on classes

staktrace opened this issue · comments

LogRequestResponse is an annotation that applies to both classes and methods but the implementation only checks for it on endpoint methods. It should also check to see if the class containing the endpoint has the annotation. Either that, or stop allowing the annotation on class elements.