Skip to content
Snippets Groups Projects
  • Jeremy Bowman's avatar
    Stop logging deprecation warnings outside devstack (#23742) · 00adba69
    Jeremy Bowman authored
    The upgrade to Django 2.2 has caused a spike in production logging due to RemovedInDjango30Warning deprecation warnings. For now, turn off logging of DeprecationWarning, ImportWarning, and PendingDeprecationWarning whenever we're using WSGI (they'll continue to be logged in devstack). We may eventually want this behind an easily flipped toggle, but for now just remove it to get this resolved quickly.
    Unverified
    00adba69