Skip to content

Commit e2707c5

Browse files
authored
docs(logger): Fix logging environment variables names in documentation (#2161)
The table of environment variables had the wrong variable names, even though other references in the same file had the correct values
1 parent 4d9fc60 commit e2707c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ There are some other environment variables which can be set to modify Logging's
209209
| Environment variable | Type | Description |
210210
|---------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------|
211211
| `POWERTOOLS_LOGGER_SAMPLE_RATE` | float | Configure the sampling rate at which `DEBUG` logs should be included. See [sampling rate](#sampling-debug-logs) |
212-
| `POWERTOOLS_LOG_EVENT` | boolean | Specify if the incoming Lambda event should be logged. See [Logging event](#logging-incoming-event) |
213-
| `POWERTOOLS_LOG_RESPONSE` | boolean | Specify if the Lambda response should be logged. See [logging response](#logging-handler-response) |
214-
| `POWERTOOLS_LOG_ERROR` | boolean | Specify if a Lambda uncaught exception should be logged. See [logging exception](#logging-handler-uncaught-exception ) |
212+
| `POWERTOOLS_LOGGER_LOG_EVENT` | boolean | Specify if the incoming Lambda event should be logged. See [Logging event](#logging-incoming-event) |
213+
| `POWERTOOLS_LOGGER_LOG_RESPONSE` | boolean | Specify if the Lambda response should be logged. See [logging response](#logging-handler-response) |
214+
| `POWERTOOLS_LOGGER_LOG_ERROR` | boolean | Specify if a Lambda uncaught exception should be logged. See [logging exception](#logging-handler-uncaught-exception ) |
215215

216216
#### Logging configuration
217217

0 commit comments

Comments
 (0)