Skip to content

Commit 6507b4f

Browse files
committed
updated env var docstring
1 parent 526b640 commit 6507b4f

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/environment_variables

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656

5757
OTEL_PYTHON_LOG_FORMAT = "OTEL_PYTHON_LOG_FORMAT"
5858
"""
59-
.. envvar:: OTEL_LOG_LEVEL
59+
.. envvar:: OTEL_PYTHON_LOG_FORMAT
6060
61-
The :envvar:`OTEL_LOG_LEVEL` environment variable sets the log level used by the SDK logger
61+
The :envvar:`OTEL_PYTHON_LOG_FORMAT` environment variable sets the log format for the OpenTelemetry LoggingHandler's Formatter
6262
Default: "logging.BASIC_FORMAT"
6363
"""
6464

0 commit comments

Comments
 (0)