mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2025-07-01 03:21:26 +00:00
4 lines
135 B
Python
4 lines
135 B
Python
import logging
|
|
|
|
logging.basicConfig(level=logging.CRITICAL, format='%(message)s', handlers=[
|
|
logging.FileHandler('log.log', 'a')])
|