logging学习使用的是这篇博客教程 format里可以选择这些 各个输出等级是这样的,可以自定义
levelno是第x行
利用本地端口监听使用

http-server -a localhost -p 800x

logger.error(‘Faild to get result’, exc_info=True)

在日志命名的时候,比如父命名core,子命名为main.core,就可以复制父logger的设置
os.sep是The character used by the operating system to separate pathname components
[logging查看回滚日志](The character used by the operating system to separate pathname components)