Skip to content

Python client logs are not capturable via Python logging (stdout/stderr only, pyo3 Rust backend) #45

@JasoonS

Description

@JasoonS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions