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)
|
||||
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue