Add truncate-logs.sh to tools
Using chutney during my lightweight c++ tor client development for test cluster creation. When nodes are running for quite long time and under heavy load then log files can grow quite big. Not sure there is another way to control the size but I've just created a tool to truncate logs. After truncation logging works fine (when files deleted logging stopped completely).