-
Fix dumb logging init problem (#488)
发布于
2025-06-11 16:53:24 +00:00 - Fix dumb logging init problem.
Because of the order of imports, it would previously end up
disabling the logger right after enabling it.Fixes #484.
- Bump the version.
下载附件
发布于
Because of the order of imports, it would previously end up
disabling the logger right after enabling it.
Fixes #484.