The usual trick:
echo -n > /var/log/name.log
This will work if your daemon correctly opens the log file in add mode. Most of them do it. (This command simply truncates the file size to zero and does not interfere with the process of adding another file to the file in append mode.)
- , syslog . Linux , ( ..) syslog.