We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a8380 commit 86dbb92Copy full SHA for 86dbb92
src/lib.rs
@@ -49,6 +49,7 @@ cfg_if! {
49
/// A Python module for Pravega implemented in Rust.
50
fn pravega_client(py: Python, m: &PyModule) -> PyResult<()> {
51
let _ = tracing_subscriber::fmt::try_init();
52
+ let _log = pyo3_log::init();
53
m.add_class::<StreamManager>()?;
54
m.add_class::<StreamWriter>()?;
55
m.add_class::<StreamTxnWriter>()?;
0 commit comments