mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-09 22:31:53 +00:00
9 lines
233 B
Python
9 lines
233 B
Python
import logging
|
|
|
|
import ptscripts
|
|
|
|
ptscripts.register_tools_module("tools.pre_commit")
|
|
ptscripts.register_tools_module("tools.release")
|
|
|
|
for name in ("boto3", "botocore", "urllib3"):
|
|
logging.getLogger(name).setLevel(logging.INFO)
|