autrainer / hydra-filter-sweeper

A plugin to extend the hydra basic sweeper with customizable filters.
https://pypi.org/project/hydra-filter-sweeper/
MIT License
2 stars 0 forks source link

Optionally Disable Logs for Filtered out Configurations #6

Closed ramppdev closed 2 months ago

ramppdev commented 2 months ago

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.

(also bumping version for new release)