mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
9 lines
186 B
Python
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)
|