Skip to content

Commit

Permalink
Disabled logging from httpcore
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Jul 14, 2023
1 parent 3a743be commit 5b38652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
logging.basicConfig(format='%(levelname)s: %(asctime)s - %(message)s', level=logging.DEBUG)
#logging.disable("CRITICAL")

# Disable the logging for httpcore
logging.getLogger("httpcore").setLevel(logging.CRITICAL)

# Starts the server
keep_alive.keep_alive()

Expand Down

0 comments on commit 5b38652

Please sign in to comment.