Skip to content

Commit

Permalink
hotfix_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
TideDra committed Dec 28, 2024
1 parent ddff59a commit 38e42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_env(key:str,default=None):
logger.debug("Debug mode is on.")
else:
logger.remove()
logger.add(sys.stdout, level="WARNING")
logger.add(sys.stdout, level="INFO")

logger.info("Retrieving Zotero corpus...")
corpus = get_zotero_corpus(args.zotero_id, args.zotero_key)
Expand Down

0 comments on commit 38e42a0

Please sign in to comment.