Currently, if a configuration is filtered out by any filter evaluating to true, a log message is created informing the user that the respective configuration will be skipped.
This PR add the option to suppress this log message by explicitly setting log to false for individual filters.
However, the default behavior is untouched, and the user is still notified about filtered out configurations if log is not disabled.
Currently, if a configuration is filtered out by any filter evaluating to
true
, a log message is created informing the user that the respective configuration will be skipped. This PR add the option to suppress this log message by explicitly settinglog
tofalse
for individual filters.However, the default behavior is untouched, and the user is still notified about filtered out configurations if
log
is not disabled.(also bumping version for new release)