salt/tools/__init__.py
2023-01-27 07:35:00 -07:00

9 lines
186 B
Python

import logging
import tools.ci
import tools.pkg
import tools.vm
import tools.changelog
for name in ("boto3", "botocore", "urllib3"):
logging.getLogger(name).setLevel(logging.INFO)