Skip to content

Commit bfc86f7

Browse files
committed
Fixed logging.
1 parent 309a682 commit bfc86f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub mod _inner {
4242

4343
#[pymodule_init]
4444
pub fn init(m: &Bound<'_, PyModule>) -> PyResult<()> {
45+
pyo3_log::init();
4546
m.init_submodules()?;
4647
Ok(())
4748
}

0 commit comments

Comments
 (0)