mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-14 15:14:51 -04:00
📚 Bibata builder docs added
This commit is contained in:
parent
7e452a4512
commit
31469678e8
6 changed files with 12 additions and 39 deletions
|
@ -6,8 +6,6 @@ import os
|
|||
|
||||
|
||||
def save_logs_to_file() -> None:
|
||||
"""
|
||||
Save `clickgen` logs to `build.log` in current working directory
|
||||
"""
|
||||
""" Save `clickgen` logs to `build.log` in current working directory. """
|
||||
logging.basicConfig(filename='%s/build.log' % os.getcwd(), filemode='w',
|
||||
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue