logger info

This commit is contained in:
2025-04-27 20:12:17 -04:00
parent 24849582df
commit 97dcd49194
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -122,6 +122,8 @@ class LoanService:
limit=limit
)
logger.info(f"Result from loans model cme back")
# Convert loans to dictionary format
loans_data = []
for loan in loans: