Skip to content

Commit

Permalink
chore: ignore logoo debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jun 13, 2024
1 parent b1ddcc9 commit 1c49c8a
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 @@ -33,7 +33,7 @@
httpx_logger.setLevel(logging.WARNING)

logoo_logger = logging.getLogger("logoo")
logoo_logger.setLevel(logging.DEBUG)
logoo_logger.setLevel(logging.INFO)

suggestions_logger = logging.getLogger("suggestions")
suggestions_logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 1c49c8a

Please sign in to comment.