This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients ronserruya2, vinay.sajip
Date 2021-08-01.06:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627799465.57.0.879511286678.issue44489@roundup.psfhosted.org>
In-reply-to
Content
Why couldn't you just do the logging configuration first, then disable any loggers you need to after that?

You can pass a custom configuration dict when instantiating a Sanic app. That could contain a setting for the ddtrace logger, e.g. to set its level to logging.CRITICAL + 1.
History
Date User Action Args
2021-08-01 06:31:05vinay.sajipsetrecipients: + vinay.sajip, ronserruya2
2021-08-01 06:31:05vinay.sajipsetmessageid: <1627799465.57.0.879511286678.issue44489@roundup.psfhosted.org>
2021-08-01 06:31:05vinay.sajiplinkissue44489 messages
2021-08-01 06:31:05vinay.sajipcreate