Update __init__.py

sentry3
Glenn Jocher 2 months ago committed by GitHub
parent 41e7b4a347
commit 5111cd55ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ultralytics/utils/__init__.py

@ -388,8 +388,8 @@ def set_logging(name="LOGGING_NAME", verbose=True):
# Set logger
LOGGER = set_logging(LOGGING_NAME, verbose=VERBOSE) # define globally (used in train.py, val.py, predict.py, etc.)
# for logger in "sentry_sdk", "urllib3.connectionpool":
# logging.getLogger(logger).setLevel(logging.CRITICAL + 1)
for logger in "sentry", "sentry_sdk", "urllib3.connectionpool":
logging.getLogger(logger).setLevel(logging.CRITICAL + 1)
def emojis(string=""):

Loading…
Cancel
Save