embark-area-51/lib
emizzle efa21a1915
Fix process logs not returning
The API endpoint listening for a dump of process logs was not returning logs properly for two reasons:
1. The `id` field was being appended to each log. This had been moved to the `handleLog` function of the `LogHandler`.
2. The slice needed to grab logs from the end, so the `limit` was made negative on the `.slice()`.
2018-10-25 13:04:33 +02:00
..
core Minor fixes for rebase 2018-10-25 13:04:33 +02:00
modules Fix process logs not returning 2018-10-25 13:04:33 +02:00
utils Process logs API refactor 2018-10-25 13:04:28 +02:00
constants.json Embark blockchain logs when running standalone 2018-10-25 12:51:43 +02:00
index.js Overwrite log file so .embark doesn’t bloat 2018-10-23 10:54:35 +02:00