chore: Log found files for extractors to debug logger
This commit is contained in:
parent
729b6aa62a
commit
b2ce6023a2
3 changed files with 14 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ class ReadEraExtractor:
|
|||
return False
|
||||
|
||||
logger.debug(
|
||||
f"Found annotation file processable with ReadEraExtractor: {filename}"
|
||||
f"Found processable annotation file: {filename}"
|
||||
)
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue