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