mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
PSRP: Move default loglevel of pypsrp to WARNING (#49673)
This commit is contained in:
committed by
Jordan Borean
parent
9142cfc86f
commit
ee0df72e49
@@ -207,7 +207,7 @@ class Connection(ConnectionBase):
|
||||
super(Connection, self).__init__(*args, **kwargs)
|
||||
|
||||
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('urllib3').setLevel(logging.INFO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user