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