mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2025-01-03 05:12:12 +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')])
|