Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Sep 6, 2024
1 parent 611bb36 commit 1c3764d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acto/input/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def __init__(
for doc in docs:
example_docs.append(doc)
for example_doc in example_docs:
logger = get_thread_logger(with_prefix=True)
logger.info("Loading example document %s", example_doc)
self.root_schema.load_examples(example_doc)

self.num_workers = num_workers
Expand Down

0 comments on commit 1c3764d

Please sign in to comment.