标签:formatter asc ctime pre 日期格 0.00 输出 日期 orm
#fmt = logging.Formatter(fmt="(asctime)s:%(message)s")
#不知为何这么写就不出日期格式
fmt = logging.Formatter(fmt="%(asctime)s : %(message)s")
输出结果如下:
(asctime)s:还款 - 储蓄账户:0.000000;信用卡账户:5.000000;手续费:0.250000
2018-01-15 22:18:09,203 : 还款 - 储蓄账户:0.000000;信用卡账户:5.000000;手续费:0.250000
标签:formatter asc ctime pre 日期格 0.00 输出 日期 orm
原文地址:http://blog.51cto.com/13522822/2061308