Bibata_Cursor/log.py
2020-08-25 09:59:44 +05:30

3 lines
79 B
Python

import logging
logging.basicConfig(filename='build.log', level=logging.DEBUG)