Hi all
Is there any way to get a match filter in an output filename?
For example:
filter f_xyz { match("xyz"); };
should output to
xyz.log
Thanks!