mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
6 lines
185 B
Python
6 lines
185 B
Python
#!/usr/bin/env python
|
|
|
|
import logging
|
|
|
|
logging.basicConfig(filename='build.log', filemode='w',
|
|
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
|