当天的日期是可以获取,但如何传到日志配置文件呢。args=('my_auto_test.log','a','utf-8'),难道是在写日志的时候,先解析这个日志配置文件,再改日志配置里面的日志文件名称嘛。
这样配置:args=(datetime.now().strftime('%Y_%m_%d.log'),'a','utf-8') 仍然不对。 这是报错: File "D:\work_tools\python_install\lib\configparser.py", line 444, in _interpolate_some
"found: %r" % (rest,))
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: "%Y_%m_%d.log'),'a','utf-8')"