Skip to content

Commit 929ec6a

Browse files
committed
Vale documentation feedback
1 parent bc7d7a9 commit 929ec6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/edot-python/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ product:
128128
edot_python: preview 1.12.0
129129
```
130130

131-
Instrument Python `logging` module to format and forward logs in OTLP format is handled by the `opentelemetry-instrumentation-logging` package and enabled by default. You can disable that using an environment variable:
131+
Instrument Python `logging` module to format and forward logs in OTLP format is handled by the `opentelemetry-instrumentation-logging` package and enabled by default. You can deactivate it using an environment variable:
132132

133133
```sh
134134
export OTEL_PYTHON_LOG_AUTO_INSTRUMENTATION=false
@@ -137,9 +137,9 @@ export OTEL_PYTHON_LOG_AUTO_INSTRUMENTATION=false
137137
Refer to [opentelemetry-instrumentation-logging documentation](https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html) for more configuration options.
138138

139139
:::{note}
140-
{applies_to}`edot_python: ga -1.11.0`
140+
{applies_to}`edot_python: ga 1.0.0-1.11.0`
141141

142-
On older versions the `logging` module instrumentation was available in the `opentelemetry-sdk` package, turned off by default and gated under a configuration environment variable:
142+
On earlier versions the `logging` module instrumentation was available in the `opentelemetry-sdk` package, turned off by default and gated under a configuration environment variable:
143143

144144
```sh
145145
export OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true

0 commit comments

Comments
 (0)