[Question] Is there a way to exclude a specific API endpoints from logging requests?
randykinne opened this issue · 4 comments
randykinne commented
I tried looking through the code to find where this may be possible but I couldn't find anything. There are also no examples of this.
randykinne commented
Forgot to explain it more before hitting send:
I have API endpoints that are used in kubernetes health checks - logging those requests would not be necessary as they are sent roughly 10x per minute. Is there any way to disable request logging for specific endpoints?
bobbui commented
there is not a way to do curently this but definitely doable, PR is welcome btw. current to busy to handle it, I need to take care of my kids when they are at home due to Covid-19 🤣
bobbui commented
fixed in version 1.2.5
randykinne commented
Thank you!