I have QuestDB running with debug logging enabled and the log file grows very quickly, it adds few GB per day. How can I set it up so that it doesn't keep more than X GB or X days of logs?
I have considered doing a bash script to split the log file but I don't think it's a good idea to try deleting from the file while the DB is writing into it.