I have a python project where I want to log multiple events across different modules in a single rotating file. I am using logzero for this.
For example: If I need logging from init.py and main.py, how can I using only a single log file to log both the events?
__int__(self, logger)) or define it as constant inmy_logger.pyfor example.