Skip to content

Commit

Permalink
Uncomment NewRelicContextFormatter from agent.py (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei authored Oct 26, 2022
1 parent ca420b3 commit a66a33a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions newrelic/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from newrelic.api.application import application_instance as __application
from newrelic.api.application import application_settings as __application_settings
from newrelic.api.application import register_application as __register_application

# from newrelic.api.log import NewRelicContextFormatter
from newrelic.api.log import NewRelicContextFormatter # noqa
from newrelic.api.time_trace import (
add_custom_span_attribute as __add_custom_span_attribute,
)
Expand Down

0 comments on commit a66a33a

Please sign in to comment.