We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309a682 commit bfc86f7Copy full SHA for bfc86f7
1 file changed
src/lib.rs
@@ -42,6 +42,7 @@ pub mod _inner {
42
43
#[pymodule_init]
44
pub fn init(m: &Bound<'_, PyModule>) -> PyResult<()> {
45
+ pyo3_log::init();
46
m.init_submodules()?;
47
Ok(())
48
}
0 commit comments