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.