We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca420b3 commit a66a33aCopy full SHA for a66a33a
newrelic/agent.py
@@ -15,8 +15,7 @@
15
from newrelic.api.application import application_instance as __application
16
from newrelic.api.application import application_settings as __application_settings
17
from newrelic.api.application import register_application as __register_application
18
-
19
-# from newrelic.api.log import NewRelicContextFormatter
+from newrelic.api.log import NewRelicContextFormatter # noqa
20
from newrelic.api.time_trace import (
21
add_custom_span_attribute as __add_custom_span_attribute,
22
)
0 commit comments