hello
I am trying to validate before making any custom API calls, and I also want to log the requests. I have placed the logging in the before_request hook, but now I get logs for every internally called API as well. Is there any other way to handle this without changing all custom APIs?