→ logging/
This commit is contained in:
parent
f87c49e6db
commit
c8e9042081
1 changed files with 0 additions and 0 deletions
4
logging/logging-test.py
Normal file
4
logging/logging-test.py
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue