By default your validator log file will grow indefinitely so you should regularly truncate it either manually or regularly using cron.
truncate -s 0 ~/safecoin-validator-*.log
This command will clear down your log file completely and can be run safely as often as required.