
We have rich logger configured to print log level and path in output. Having this info also in the main message is redundant and clutters the logs.
AI:
- Use logging formatter to only print main message and not the duplicate info
formatter = logging.Formatter('%(message)s')