Hi, I was wondering if it is possible to make a list of URLs (or use a regex match) that would not get logged in the access log. I have some dev queries and site maintenance that sometimes take up lots of space in the log, which can push legitimate customer access way down the page or onto the archived logs, making those harder to find.
I can see how this could be dangerous, if you're not logging absolutely everything, but my use case would just be some very simple endpoints.
Thanks.