Skip to content

Commit a449883

Browse files
apply suggestions from code review
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent f14e3e0 commit a449883

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The `logging.logLevel` at which the `elasticapm` logger will log. The available
140140

141141
Options are case-insensitive
142142

143-
Note that this option doesn’t do anything with logging handlers. In order for any logs to be visible, you must either configure a handler ([`logging.basicConfig`](https://docs.python.org/3/library/logging.md#logging.basicConfig) will do this for you) or set [`log_file`](#config-log_file). This will also override any log level your app has set for the `elasticapm` logger.
143+
Note that this option doesn’t do anything with logging handlers. In order for any logs to be visible, you must either configure a handler ([`logging.basicConfig`](https://docs.python.org/3/library/logging.html#logging.basicConfig) will do this for you) or set [`log_file`](#config-log_file). This will also override any log level your app has set for the `elasticapm` logger.
144144

145145

146146
### `log_file` [config-log_file]

docs/reference/django-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For apm-server 6.2+, make sure you use version 2.0 or higher of `elastic-apm`.
2424

2525

2626
::::{note}
27-
If you use Django with uwsgi, make sure to [enable threads](http://uwsgi-docs.readthedocs.org/en/latest/Options.md#enable-threads).
27+
If you use Django with uwsgi, make sure to [enable threads](http://uwsgi-docs.readthedocs.org/en/latest/Options.html#enable-threads).
2828
::::
2929

3030

docs/reference/lambda-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: The Centralized Agent Configuration on the Elasticsearch APM currently doe
1414

1515
## Prerequisites [_prerequisites]
1616

17-
You need an APM Server to send APM data to. Follow the [APM Quick start](docs-content://solutions/observability/apps/get-started-with-apm.md) if you have not set one up yet. For the best-possible performance, we recommend setting up APM on {{ecloud}} in the same AWS region as your AWS Lambda functions.
17+
You need an APM Server to send APM data to. Follow the [APM Quick start](docs-content://solutions/observability/apps/application-performance-monitoring-apm.md) if you have not set one up yet. For the best-possible performance, we recommend setting up APM on {{ecloud}} in the same AWS region as your AWS Lambda functions.
1818

1919

2020
## Step 1: Select the AWS Region and Architecture [_step_1_select_the_aws_region_and_architecture]

docs/reference/supported-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Instrumented methods:
462462

463463
* `kafka.KafkaProducer.send`,
464464
* `kafka.KafkaConsumer.poll`,
465-
* `kafka.KafkaConsumer.\\__next__`
465+
* `kafka.KafkaConsumer.\__next__`
466466

467467
Collected trace data:
468468

0 commit comments

Comments
 (0)