>wildcard.out
+
DEBUG.COUNT=no
FOO=yes >wildcard.out

-- Redirect all exception streams to stdout
-- This comes before BAR2.*, so the latter will apply for
-- BAR2.EXCEPTIONS (which is thus inactive)
*.EXCEPTIONS=yes >wildcard.out2

-- Disable all BAR2 streams except BAR.CHILD1
-- This should not impact BAR or BAR2TEST though
BAR2.*=no
BAR2.CHILD1=yes


