-
- Downloads
Python: Allow configuring logging formatter (#2829)
## Motivation and Context Allow Python users to configure their logging formatter to either `json`, `pretty` or `compact` (default). ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- examples/python/pokemon_service.py 8 additions, 1 deletionexamples/python/pokemon_service.py
- rust-runtime/aws-smithy-http-server-python/Cargo.toml 1 addition, 1 deletionrust-runtime/aws-smithy-http-server-python/Cargo.toml
- rust-runtime/aws-smithy-http-server-python/src/logging.rs 62 additions, 21 deletionsrust-runtime/aws-smithy-http-server-python/src/logging.rs
- rust-runtime/aws-smithy-http-server-python/src/tls/listener.rs 1 addition, 1 deletion...runtime/aws-smithy-http-server-python/src/tls/listener.rs
Loading
Please register or sign in to comment