python不会产生日志文件

时间:2018-09-20 10:09:11

标签: python ubuntu logging

logging.basicConfig(filename='/home/achref/Documents/auto-test/NeoPosTestLog.log',level=logging.INFO, filemode='w', format="[%(asctime)s] %(levelname)s %(message)s")
logging.info("ChromeBrowser Test setup")

当我执行上述脚本时,日志文件不会出现。我已经在Windows上对其进行了测试,它可以正常工作,但在Ubuntu 18.04上却无法正常工作。我正在使用python 3.6.5

0 个答案:

没有答案