Skip to content

Commit a66a33a

Browse files
authored
Uncomment NewRelicContextFormatter from agent.py (#676)
1 parent ca420b3 commit a66a33a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

newrelic/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
from newrelic.api.application import application_instance as __application
1616
from newrelic.api.application import application_settings as __application_settings
1717
from newrelic.api.application import register_application as __register_application
18-
19-
# from newrelic.api.log import NewRelicContextFormatter
18+
from newrelic.api.log import NewRelicContextFormatter # noqa
2019
from newrelic.api.time_trace import (
2120
add_custom_span_attribute as __add_custom_span_attribute,
2221
)

0 commit comments

Comments
 (0)