developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
147 stars 3 forks source link

Add logging #93

Open kylebarron opened 4 days ago

kylebarron commented 4 days ago

See https://pyo3.rs/v0.22.5/ecosystem/logging, https://github.com/vorner/pyo3-log.

It looks like upstream is already logging: https://github.com/apache/arrow-rs/blob/2b373f850c5ac3d8ba6a1a0dfb98f5711f5318c8/object_store/src/aws/builder.rs#L939

kylebarron commented 4 days ago

This is more complex because arrow-rs uses the tracing crate: https://github.com/vorner/pyo3-log/issues/22