From 9a2545957ff05a0b350bea808ee1b6af3c0b8046 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Mon, 29 Oct 2012 22:04:06 +0000 Subject: [PATCH] Turn off some of the additional debug syslogging --- library/user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/user b/library/user index 21c0d0d0d9f..88b20b89b48 100755 --- a/library/user +++ b/library/user @@ -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: