Skip to content

Commit 7475f74

Browse files
authored
Update docs/core/logger.md
1 parent c6eb7fe commit 7475f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Your Logger will include the following keys to your structured logging (default
105105
| **error**: `Object` | `{ name: "Error", location: "/my-project/handler.ts:18", message: "Unexpected error #1", stack: "[stacktrace]"}` | Optional - An object containing information about the Error passed to the logger |
106106

107107
???+ info
108-
When `POWERTOOLS_DEV` environment variable is present and set to `"true"`, Logger will pretty-print log messages for easier readability. It is for debugging purposes and is not supposed to use in production environment.
108+
When `POWERTOOLS_DEV` environment variable is present and set to `"true"`, Logger will pretty-print log messages for easier readability. We recommend to use this setting only when debugging on local environments.
109109

110110
### Capturing Lambda context info
111111

0 commit comments

Comments
 (0)