We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46bfa8 commit f5824eeCopy full SHA for f5824ee
docs/core/logger.md
@@ -162,8 +162,8 @@ You can append additional keys using either mechanism:
162
163
#### append_keys method
164
165
-???+ note
166
- `append_keys` replaces `structure_logs(append=True, **kwargs)` method. structure_logs will be removed in v2.
+???+ warning
+ `append_keys` is not thread-safe, please see [RFC](https://github.com/awslabs/aws-lambda-powertools-python/issues/991){target="_blank"}.
167
168
You can append your own keys to your existing Logger via `append_keys(**additional_key_values)` method.
169
0 commit comments