mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Keep the stamp
This commit is contained in:
parent
39b1121380
commit
f12c7b50b7
@ -350,7 +350,5 @@ class AsyncClientMixin(object):
|
||||
print(self.outputters[event['outputter']](event['data']))
|
||||
# otherwise fall back on basic printing
|
||||
else:
|
||||
if '_stamp' in event:
|
||||
event.pop('_stamp') # remove the timestamp before printing
|
||||
print('{tag}: {event}'.format(tag=suffix,
|
||||
event=event))
|
||||
|
Loading…
Reference in New Issue
Block a user