diff --git a/src/ansiblelint/_internal/rules.py b/src/ansiblelint/_internal/rules.py index c4746aa7db..cfa3db2aa6 100644 --- a/src/ansiblelint/_internal/rules.py +++ b/src/ansiblelint/_internal/rules.py @@ -99,6 +99,7 @@ def getmatches(self, file: Lintable) -> list[MatchError]: str(file), exc, ) + _logger.debug("Ignored exception details", exc_info=True) else: matches.extend(self.matchdir(file)) return matches