awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.3k stars 335 forks source link

Advanced logging controls #830

Closed calavera closed 6 months ago

calavera commented 6 months ago

Issue #, if available:

Fixes #821

Description of changes:

Implement Lambda's advance logging controls:

Provide a feature that exposes a initialization function for tracing-subscriber that sets the right logging controls based on Lambda's configuration. The feature is enabled by default, but it can be disabled if a user doesn't want to use it.

By submitting this pull request