1 Star 0 Fork 0

mat-cloud / mat-utils-git-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
log.py 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinhe65045 提交于 2023-06-27 10:07 . 调整日志输出格式
"""Log config"""
import logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
# datefmt='%Y-%m-%dT%H:%M:%S.%s+0800',
)
logger = logging.getLogger()
Python
1
https://gitee.com/mat-cloud/mat-utils-git-py.git
git@gitee.com:mat-cloud/mat-utils-git-py.git
mat-cloud
mat-utils-git-py
mat-utils-git-py
master

搜索帮助