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/logger.md
+19
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,25 @@ We prioritise log level settings in this order:
542
542
543
543
In the event you have set a log level in Powertools to a level that is lower than the ACL setting, we will output a warning log message informing you that your messages will be discarded by Lambda.
544
544
545
+
### Reordering log keys position
546
+
547
+
You can change the order of [standard Logger keys](#standard-structured-keys) or any keys that will be appended later at runtime via the `logRecordOrder` parameter.
548
+
549
+
!!! note
550
+
This feature is available only in the default log formatter and not with custom log formatters.
0 commit comments