Skip to content

Commit

Permalink
fix issue with iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed May 6, 2020
1 parent 8c47f5f commit e3d93fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/output/elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OutputElasticsearch.prototype.indexData = function (token, logType, data, config
'DEBUG-ES-OUTPUT\n' +
`Shipped Log: { severity: ${data.severity || data.level || 'info'}, message: ${data.message || data.msg || data.MESSAGE} }\n` +
`Endpoint: ${logsReceiverUrl}/${token}\n` +
'Shipped Log Data: ', ...data
'Shipped Log Data: ', data
)
}
}
Expand Down

0 comments on commit e3d93fc

Please sign in to comment.