Logging
Python code uses the standard logging
module of python, so it can be configured according to python docs.
Set RUST_LOG
environment variable according to env_logger docs in order to see logs from rust modules.
To run an example with trace level logging for rust modules:
RUST_LOG=trace uv run examples/path/to/my/example