When using hypersync-client-python, log output emitted by the underlying Rust binary (via pyo3) does not integrate with Python’s logging framework. Logs are printed directly to stdout/stderr and cannot be captured by standard Python handlers, making it an issue to persist, enrich, or correlate logs (e.g. with network/chain context).
Document or provide a supported way to capture or redirect HyperSync client logs when used from Python.