I'm using ThingsBoard PE running on cloud instance with Dockerized environment. After running for some time, ThingsBoard logs consumed a significant amount of the disk space. The docker is set to use the default "json-file" log-driver.
I have read several post of similar problems which suggest to use docker log rotation, or modify the log option, but using these method I will need to recreate all the running containers.
Another post that I found is to truncate the json log file, however, this might also delete the important data in my ThingsBoard.
Is it possible to manually remove old/unused ThingsBoard logs data without having to stop or recreate the running container? And if yes, how can I do that?