Is there a way to log specific acl's? I have some ACL's that I'm using to filter specific traffic - something like this:
acl forbidden something something acl forbidden something_else something_else acl forbidden this that acl forbidden and_the other block if forbidden On the whole, it seems to work fine. However, a few reports are filtering in that make me suspicious that it might be affecting a very small sub-set of valid users. The ACl's are basically doing some header validation (content-length, etc...). I'd like to be able to log the "blocks" being made on that acl, but I'm not sure if that is possible. I checked the docs and didn't see anything like that and my normal logging setup isn't printing anything useful. I bumped up to debug and still don't see anything like what I am looking for. Thanks! Jay

