Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Hi,
I don't think it is currently possible to trace the regexpfilter.
It would be great to have the possibility to enable something similar as Apache mod_rewrite RewriteLog for RewriteRule(s).
Example:
1) Enable regexfilterlog
2) Watch in the log
regexp(query|regex1): fail
regexp(query|regex2): fail
regexp(query|regex3): match
rewritten query to : query_rewritten
That would make it more easy to debug regular expressions in maxcale.
Thanks,
Joffrey