logging not writing to file when called from function in Pyscripter

后端 未结 2 1837
花落未央
花落未央 2021-01-22 08:53

Currently if I run the following code from the python command line it writes to the file specified by filename as expected.

import logging
def test         


        
2条回答
提交回复
热议问题