On Tue, 2 Feb 2021, Markus Armbruster wrote:
And now I'm ready to answer your question:

   -trace enable=pattern1,enable=pattern2

is a confusing way to say

   -trace enable=pattern2

To specify both patterns, use

   -trace enable=pattern1 -trace enable=pattern2

Lovely, isn't it?

OK, interesting. The conclusion is then that the doc change in this patch _is_ the simplest way to enable multiple traces as only repeating the -trace option works and enable= is optional in this case. Thank you for the detailed explanation.

Regards,
BALATON Zoltan

Reply via email to