Skip to content

Commit

Permalink
Change logging level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Nov 4, 2024
1 parent 9cd2635 commit 3e81b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aip/utils/knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _rebuild(start_date, end_date=date.today(), log_level=logging.ERROR):
logging.basicConfig(level=log_level)

start_time = time.time()
logger.info(f"_rebuild - Rebuilding knowledge base from {start_date} to {end_date}")
logger.debug(f"_rebuild - Rebuilding knowledge base from {start_date} to {end_date}")

_build_knowledge(start=start_date, end=end_date, log_level=log_level)

Expand Down

0 comments on commit 3e81b68

Please sign in to comment.