Mask api/server in logs

This commit is contained in:
angelblue05 2018-03-02 18:16:43 -06:00
parent 8fd8d90681
commit a33d97a2fd
2 changed files with 7 additions and 4 deletions

View file

@ -43,7 +43,7 @@ class Credentials(object):
log.warn(e)
self.credentials = {}
log.info("credentials initialized with: %s" % self.credentials)
log.debug("credentials initialized with: %s" % self.credentials)
self.credentials['Servers'] = self.credentials.setdefault('Servers', [])
def _get(self):