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
> **NOTE**: If you want to instantiate Metrics() in multiple places in your code, make sure to use `POWERTOOLS_METRICS_NAMESPACE` env var as we don't keep a copy of that across instances.
> **[Progress towards GA](https://github.com/awslabs/aws-lambda-powertools/projects/1)**
363
+
### Debug mode
364
+
365
+
By default, all debug log statements from AWS Lambda Powertools package are suppressed. If you'd like to enable them, use `set_package_logger` utility:
This library may change its API/methods or environment variables as it receives feedback from customers. Currently looking for ideas in the following areas before making it stable:
375
+
This library may change its API/methods or environment variables as it receives feedback from customers
328
376
329
-
***Should Tracer patch all possible imported libraries by default or only AWS SDKs?**
330
-
- Patching all libraries may have a small performance penalty (~50ms) at cold start
331
-
- Alternatively, we could patch only AWS SDK if available and to provide a param to patch multiple `Tracer(modules=("boto3", "requests"))`
377
+
**[Progress towards GA](https://github.com/awslabs/aws-lambda-powertools/projects/1)**
0 commit comments