From f5dc3d82a15dc3743587c1b6225b09a7eb99496f Mon Sep 17 00:00:00 2001 From: Mayank Date: Wed, 15 Oct 2025 13:39:07 +0000 Subject: [PATCH] logging added --- fieldExtraction/src/investment/file_processing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fieldExtraction/src/investment/file_processing.py b/fieldExtraction/src/investment/file_processing.py index 5bcf880..b44b122 100644 --- a/fieldExtraction/src/investment/file_processing.py +++ b/fieldExtraction/src/investment/file_processing.py @@ -205,6 +205,7 @@ def run_one_to_n_prompts(filename, exhibit_dict, all_exhibit_headers, constants) filename, ) ) + logging.debug(f"Exhibit Level Answers for {filename}, Page {exhibit_page}: {exhibit_level_answers}") ############################### Get Reimbursement-Level ############################### reimbursement_primary_answers, special_case_primary_answers = ( @@ -219,6 +220,7 @@ def run_one_to_n_prompts(filename, exhibit_dict, all_exhibit_headers, constants) constants, ) ) + logging.debug(f"Reimbursement Primary Answers for {filename}, Page {exhibit_page}: {reimbursement_primary_answers}") ################################ Get Breakouts ############################### reimbursement_level_answers, special_case_breakout_answers = (