Skip to content

Commit 1c2ef89

Browse files
committed
fix(docs): update default value for POWERTOOLS_DEV env var
1 parent c6eb7fe commit 1c2ef89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Core utilities such as Tracing, Logging, and Metrics will be available across al
293293
| **POWERTOOLS_TRACER_CAPTURE_HTTPS_REQUESTS** | Captures HTTP(s) requests as segments. | [Tracer](./core/tracer) | `true` |
294294
| **POWERTOOLS_LOGGER_LOG_EVENT** | Logs incoming event | [Logger](./core/logger) | `false` |
295295
| **POWERTOOLS_LOGGER_SAMPLE_RATE** | Debug log sampling | [Logger](./core/logger) | `0` |
296-
| **POWERTOOLS_DEV** | Increase JSON indentation to ease debugging when running functions locally or in a non-production environment | [Logger](./core/logger) | `0` |
296+
| **POWERTOOLS_DEV** | Increase JSON indentation to ease debugging when running functions locally or in a non-production environment | [Logger](./core/logger) | `false` |
297297
| **LOG_LEVEL** | Sets logging level | [Logger](./core/logger) | `INFO` |
298298

299299
## Tenets

0 commit comments

Comments
 (0)