mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-18 00:54:37 -04:00
4 lines
162 B
Python
4 lines
162 B
Python
import logging
|
|
|
|
logging.basicConfig(filename='build.log', filemode='w',
|
|
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
|