Fork me on GitHub
  2020年4月1日
摘要: logging模块 # import logging# logging.basicConfig( # 1、日志输出位置:1、终端 2、文件 # filename='access.log', # 不指定,默认打印到终端 # 2、日志格式 # format='%(asctime)s - %(name)s 阅读全文
posted @ 2020-04-01 13:57 OBOS 阅读(159) 评论(0) 推荐(0)