RedHatInsights / insights-core

Insights Core is a data collection and processing framework used by Red Hat Insights
https://cloud.redhat.com/insights
Apache License 2.0
153 stars 183 forks source link

fix: NoFilterException is redundant, remove it #4185

Closed xiangce closed 3 months ago

xiangce commented 3 months ago

In the former version, when collecting filterable 'glob_file' specs, an unexpected "Traceback" info will be printed in the debug log.

In fact, it's not necessary to add the NoFilterException, in that case, the ContentException can be leveraged, we just need to log it into the debug instead of raising it again.

All Pull Requests:

Check all that apply:

Complete Description of Additions/Changes: