【bug解决】bug:AttributeError: module 'logging' has no attribute 'handlers'. Did you mean: '_handlers'?解决:头部引入handlers模块:from logging import handlers