Skip to content

Commit 0cf1f12

Browse files
authored
Remove smart quotes from logger message (#408)
1 parent f306906 commit 0cf1f12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: newrelic/config.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,9 @@ def translate_deprecated_settings(settings, cached_settings):
789789
# CAT Deprecation Warning
790790
_logger.info(
791791
"Deprecated setting found: cross_application_tracer.enabled. Please replace Cross Application Tracing "
792-
"(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."
792+
"(CAT) with the newer Distributed Tracing by setting 'distributed_tracing.enabled' to True in your agent "
793+
"configuration. For further details on distributed tracing, please refer to our documentation: "
794+
"https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide/#changes."
793795
)
794796

795797
if not settings.ssl:

0 commit comments

Comments
 (0)