On Tue, Sep 03, 2013 at 02:30:30PM +0200, Ghislain wrote: > hello there, > > Still working on acls and discovering the wonders of it. I was trying > to do some logging to test acl and log request based on this. > > The ideal thing would be an "action" to do that like: > > > >>> tcp-request log if myprettyacl > > > This way when ok you just change the "action" from log to reject or > whatever and your acl is on.
You can do this using http-request/http-response for now : http-request set-log-level silent if condition But you can also use the 8 valid syslog levels instead of "silent". Regards, Willy

