Skip to content

Commit

Permalink
Remove smart quotes from logger message (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Oct 13, 2021
1 parent f306906 commit 0cf1f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion newrelic/config.py
Expand Up @@ -789,7 +789,9 @@ def translate_deprecated_settings(settings, cached_settings):
# CAT Deprecation Warning
_logger.info(
"Deprecated setting found: cross_application_tracer.enabled. Please replace Cross Application Tracing "
"(CAT) with the newer Distributed Tracing by setting ‘distributed_tracing.enabled’ to True in your agent configuration. For further details on distributed tracing, please refer to our documentation: https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide/#changes."
"(CAT) with the newer Distributed Tracing by setting 'distributed_tracing.enabled' to True in your agent "
"configuration. For further details on distributed tracing, please refer to our documentation: "
"https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide/#changes."
)

if not settings.ssl:
Expand Down

0 comments on commit 0cf1f12

Please sign in to comment.