On Tue, Jul 14, 2015 at 10:57 AM, Haim Ari <[email protected]> wrote:
> Hello,
>
> How can log requests only if path begins with /testing
> I already use acl with path_beg to redirect to a backend.
>
> How can i use the same method for logging ? (or any other way for the above)
>
> Thank you,
> Haim
>

hi Aim,

Simply use the statement "http-request set-log-level", like:
http-request set-log-level silent unless { path_beg -i /testing }

Baptiste

Reply via email to