摘要: 什么叫日志日志 是用来记录用户行为或者代码的执行过程 # import logging # logging.debug('debug message') #低级别的 排除信息 # logging.info('info message') #正常信息 # logging.warning('warning message') #告警信息 # logging.error('err... 阅读全文
posted @ 2019-02-09 21:12 Tim-code 阅读(158) 评论(0) 推荐(0) 编辑