Files
ESPEasy/test/espcore.py
T

12 lines
282 B
Python

### low level logging and protocol handling
# normally you shouldnt need to look into this file too much
import logging
import colorlog
import config
colorlog.basicConfig(level=logging.DEBUG)
logging.getLogger("requests.packages.urllib3.connectionpool").setLevel(logging.ERROR)