Hi,
I'm using the oakctl cli tool for checking the logs of the app. However, when I want to do this programmatically, I see that the command oakctl app logs -f json <container-id> does not stop the command. The logs are automatically shown in "follow" mode. Just like the docker equivalent docker logs -f <container-id>
Is there a way to just get the logs without opening the logs in follow mode?
I'm using oakctl version 0.16.5 and fetching the data from a device connected to the camera
Thanks in advance
Ryan