From 8c8e3675cb586b6a4e15673b309dcbedcb804c87 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 28 Jun 2013 21:28:29 +0000 Subject: don't add the module invocation and check {{ }} syntax in the logger --- callback_plugins/logdetail.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'callback_plugins') diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py index 87b422652..71640f055 100644 --- a/callback_plugins/logdetail.py +++ b/callback_plugins/logdetail.py @@ -107,7 +107,8 @@ class LogMech(object): name = invoc['module_name'] del(data['invocation']) - data.update(invoc) + #don't add this since it can often contain complete passwords :( + #data.update(invoc) if task: name = task.name -- cgit