Fetching existing logs with --before and --after option keeps running endlessly
Running for instance: clever logs --until 2019-07-16T09:00:00.000Z --after 2019-07-16T08:00:00.000Z > prod.log never terminates.
Expected behaviour would be the process to terminate once all logs for this time period have been extracted.
In the example you gave, --until is silently ignored, and you have only --after, where non-termination is the expected behaviour
Copied the wrong command indeed, I meant clever logs --before 2019-07-16T09:00:00.000Z --after 2019-07-16T08:00:00.000Z > prod.log
Indeed. For lines coming from the websocket connections, there is just a filter, but the stream is not closed
Closing as it is resolved by the V4 logs API