Module aws_smithy_http_server_python::logging
source · Expand description
Rust tracing and Python logging setup and utilities.
Structs§
- Modifies the Python
loggingmodule to deliver its log messages using [tracing::Subscriber] events.
Functions§
- Consumes a Python
logging.LogRecordand emits a Rust [tracing::Event] instead.