4 lines
78 B
Python
4 lines
78 B
Python
import logging
|
|
|
|
logging.basicConfig(filename='test.log', level=logging.DEBUG)
|