parent
85fb8494c5
commit
f12dbd431a
|
@ -31,6 +31,7 @@ def log(host, category, data):
|
||||||
# avoid logging extraneous data from facts
|
# avoid logging extraneous data from facts
|
||||||
data = 'omitted'
|
data = 'omitted'
|
||||||
else:
|
else:
|
||||||
|
data = data.copy()
|
||||||
invocation = data.pop('invocation', None)
|
invocation = data.pop('invocation', None)
|
||||||
data = json.dumps(data)
|
data = json.dumps(data)
|
||||||
if invocation is not None:
|
if invocation is not None:
|
||||||
|
|
Loading…
Reference in New Issue