Ready made python logger utility
In this post, I have shared my python logger utility, that I have used across all services I have written. So I thought, this will good to share with others as well. Here I have created 2 files. Logging.py config.ini In my logger utility, I have used python logging and ConfigParser modules. You can download…
Details