You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/logging.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,10 @@ You can use Powertools for AWS Lambda Logging with either the `@Logging` annotat
378
378
}
379
379
```
380
380
381
+
???+ warning "SLF4J Fluent Logging API"
382
+
When using [SLF4J Fluent Logging API](https://www.slf4j.org/manual.html#fluent) **do not add reserved keys** listed in [standard structured keys](#standard-structured-keys) and [additional structured keys](#additional-structured-keys) as key-value pairs via `addKeyValue`.
383
+
This may cause unindented behavior.
384
+
381
385
## Standard structured keys
382
386
383
387
Your logs will always include the following keys in your structured logging:
0 commit comments