How to save logs output to a file?

Hi,

Trying convox logs --no-follow > logs.txt, assuming that would get the logs up to “now” and close the stream (i.e. --no-follow) and in the end would save the output to a file called logs.txt, but usually what happens is that it will only save only a few lines of the output and close the file almost instantly.

Is there anyway to do this?

Thanks.