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