''' logging模块: logging的日志可以分为 debug():Detailed information, typically of interest only when diagnosing problems. info():Confirmation that things are working as expected. warning():An indication that something unexpected happened, or indicative of som…