This Module helps to load a configration file for logging module
pip install -U loggingconf
import loggingconf
loggingconf.file_config('logconf.ini')
loggingconf.file_config('logconf.yaml')
loggingconf.file_config('logconf.json')
Python 2.7, 3.4, 3.5, 3.6, 3.7