Skip to content

Add truncate-logs.sh to tools

Gabor Somogyi requested to merge gaborgsomogyi/chutney:master into master

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).

Merge request reports

Loading