mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 21:46:12 +00:00
efa21a1915
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()`.