mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-18 17:25:10 -04:00
📃 Format Logs
This commit is contained in:
parent
a654a28f8f
commit
75b5644175
1 changed files with 2 additions and 1 deletions
3
log.py
3
log.py
|
@ -1,3 +1,4 @@
|
|||
import logging
|
||||
|
||||
logging.basicConfig(filename='build.log', level=logging.DEBUG)
|
||||
logging.basicConfig(filename='build.log', filemode='w',
|
||||
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue