We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84aac5 commit 02f9986Copy full SHA for 02f9986
docs/core/logger.md
@@ -1099,3 +1099,9 @@ Here's an example where we persist `payment_id` not `request_id`. Note that `pay
1099
"payment_id": "123456789"
1100
}
1101
```
1102
+
1103
+**How do I aggregate and search Powertools logs across accounts?**
1104
1105
+As of now, ElasticSearch (ELK) or 3rd party solutions are best suited to this task.
1106
1107
+Please see this discussion for more information: https://github.com/awslabs/aws-lambda-powertools-python/issues/460
0 commit comments