mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
6 lines
130 B
Python
6 lines
130 B
Python
import logging
|
|
|
|
import tools.vm
|
|
|
|
for name in ("boto3", "botocore", "urllib3"):
|
|
logging.getLogger(name).setLevel(logging.INFO)
|