Commit 419e05b
authored
fix(logger): log non-ascii characters as is when JSON stringifying (#3475)
* fix(parameters): make cache aware of single vs multiple calls
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* chore: cleanup, add test for single and nested
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* fix(logger): utf-8 encoding json
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
* chore: add all non_ascii compatible with 3.7+
* chore: mention issue for future debuggability
---------
Signed-off-by: heitorlessa <lessa@amazon.co.uk>1 parent 8839f9c commit 419e05b
File tree
2 files changed
+21
-0
lines changed- aws_lambda_powertools/logging
- tests/functional
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1120 | 1120 | | |
1121 | 1121 | | |
1122 | 1122 | | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
0 commit comments