add logging test
parent
7387443a80
commit
99af24ce61
@ -0,0 +1,4 @@
|
|||||||
|
import logging
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.DEBUG, filename='logging-test.log')
|
||||||
|
logging.info('this should go to the log file')
|
Loading…
Reference in New Issue