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 c398423 commit a188a87Copy full SHA for a188a87
README.md
@@ -361,6 +361,14 @@ There are different environment files available that only install tensorflow or
361
362
`bioimageio.spec` and `bioimageio.core` use [loguru](https://github.com/Delgan/loguru) for logging, hence the logging level
363
may be controlled with the `LOGURU_LEVEL` environment variable.
364
+The `bioimageio` CLI has logging enabled by default.
365
+To activate logging when using bioimageio.spec/bioimageio.core as a library, add
366
+
367
+```python
368
+from loguru import logger
369
370
+logger.enable("bioimageio")
371
+```
372
373
## Changelog
374
0 commit comments