mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2025-01-03 13:18:18 +00:00
866054884a
Hopefully this will make the static analysis tool happier
4 lines
151 B
Python
4 lines
151 B
Python
import logging
|
|
|
|
logging.basicConfig(level=logging.CRITICAL, format='%(message)s', handlers=[
|
|
logging.FileHandler('log.log', 'a')])
|