Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does loguru come with a lot of global state like the standard logging library? In my experience this makes logging a real PITA when forking multiple processes…


I think it may even have more global state than standard logging.

This is the standard approach to produce a log:

```from loguru import logger logger.info("hello world") ```

But betteid avise you to research more, because the library is nice to use and is well documented.


Thanks, I'll have a look then!




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: