Enables tracing for pyo3-based embedded Python applications using Python's `logging` module.
Run `setup_logging` before using `logging` for the first time:
```rust
Python::with_gil(|py| {
})?;
```
Enable the `log` feature if the host uses a `log` based logger instead.