Skip to content

Commit 1932fbc

Browse files
committed
CM-53929 - log documents filtering process
1 parent c100021 commit 1932fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cycode/cli/files_collector/documents_walk_ignore.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def filter_documents_with_cycodeignore(
118118
if not os.path.exists(cycodeignore_path):
119119
return documents
120120

121+
logger.info('Using %s for filtering documents', cycodeignore_path)
122+
121123
ignore_filter_manager = _create_ignore_filter_manager(repo_path, cycodeignore_path)
122124

123125
allowed_paths = _build_allowed_paths_set(ignore_filter_manager, repo_path)

0 commit comments

Comments
 (0)