Remove all references to datadog from our code.

This commit is contained in:
Diana Huang
2018-12-11 13:37:19 -05:00
parent 577315f2a7
commit 6572d99e76
44 changed files with 114 additions and 614 deletions

View File

@@ -22,7 +22,7 @@ HTTPS = 'off'
import logging
# Disable noisy loggers
for pkg_name in ['track.contexts', 'track.middleware', 'dd.dogapi']:
for pkg_name in ['track.contexts', 'track.middleware']:
logging.getLogger(pkg_name).setLevel(logging.CRITICAL)