mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +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')])
|