mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
PSRP: Move default loglevel of pypsrp to WARNING (#49673)
This commit is contained in:
parent
9142cfc86f
commit
ee0df72e49
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class Connection(ConnectionBase):
|
||||||
super(Connection, self).__init__(*args, **kwargs)
|
super(Connection, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
if not C.DEFAULT_DEBUG:
|
if not C.DEFAULT_DEBUG:
|
||||||
logging.getLogger('pypsrp').setLevel(logging.INFO)
|
logging.getLogger('pypsrp').setLevel(logging.WARNING)
|
||||||
logging.getLogger('requests_credssp').setLevel(logging.INFO)
|
logging.getLogger('requests_credssp').setLevel(logging.INFO)
|
||||||
logging.getLogger('urllib3').setLevel(logging.INFO)
|
logging.getLogger('urllib3').setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue