You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-logging/src/opentelemetry/instrumentation/logging/constants.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@
23
23
.. warning::
24
24
25
25
The code in this instrumentation is based from code available in the ``opentelemetry-sdk`` that is now deprecated.
26
-
Therefore if you have this instrumentation installed you don't need to set
26
+
Therefore if you have opentelemetry-instrumentation-logging installed you don't need to set
27
27
``OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED`` environment variable to ``true``.
28
-
The new code does not add by the default ``code`` namespace attributes, can be added back using the
28
+
This instrumentation does not add by the default ``code`` namespace attributes, can be added back using the
0 commit comments