Commit a5c7a591 authored by Eric Zheng's avatar Eric Zheng

add debug print for username and password

parent f81eb5ff
...@@ -113,6 +113,7 @@ class RunPromise(GenericPromise): ...@@ -113,6 +113,7 @@ class RunPromise(GenericPromise):
if username and password: if username and password:
credentials = (username, password) credentials = (username, password)
self.logger.info('credentials = %r', credentials)
else: else:
credentials = None credentials = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment