Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.1
-
Component/s: regexfilter
-
Labels: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