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
..
2018-10-25 13:04:33 +02:00
2018-10-23 10:15:46 +02:00
2018-10-23 18:27:40 -04:00
2018-10-23 18:27:40 -04:00
2018-10-23 10:57:04 +02:00
2018-10-23 10:41:22 +02:00
2018-10-23 18:27:40 -04:00
2018-10-23 10:44:13 +02:00
2018-10-25 13:04:28 +02:00
2018-10-23 14:20:42 -04:00
2018-10-23 10:26:14 +02:00
2018-10-25 13:04:28 +02:00
2018-09-13 10:29:03 -04:00
2018-10-23 10:41:22 +02:00
2018-10-25 13:04:28 +02:00
2018-10-23 11:01:07 -04:00