Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTeselkin committed Jul 6, 2023
1 parent 1c65c25 commit 2dd8442
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions train/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
from urllib.request import urlopen
import math
import ruamel.yaml
import logging


uvicorn_error = logging.getLogger("uvicorn.error")
uvicorn_error.disabled = True
uvicorn_access = logging.getLogger("uvicorn.access")
uvicorn_access.disabled = True


# function for updating global variables
Expand Down

0 comments on commit 2dd8442

Please sign in to comment.