Commit 9a254595 by Nigel Metheringham

Turn off some of the additional debug syslogging

parent 3e0e572c
......@@ -220,7 +220,9 @@ class User(object):
self.ssh_file = module.params['ssh_key_file']
else:
self.ssh_file = os.path.join('.ssh', 'id_%s' % self.ssh_type)
self.syslogging = True
# select whether we dump additional debug info through syslog
self.syslogging = False
def execute_command(self,cmd):
if self.syslogging:
......
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