diff --git a/lib/API/Log.js b/lib/API/Log.js index 5c5cbfd5..bbf3b14a 100644 --- a/lib/API/Log.js +++ b/lib/API/Log.js @@ -195,12 +195,12 @@ Log.jsonStream = function(Client, app_name) { if (err) console.error(err); bus.on('process:event', function(packet) { - console.log({ + console.log(JSON.stringify({ timestamp : moment(packet.at).toString(), type : 'process_event', status : packet.event, app_name : packet.process.name - }); + })); }); bus.on('log:*', function(type, packet) {