How do I clean up log files while the system is running?

Windows: Windows does not allow edit operation on the files that are currently in use. So, logs cannot be cleaned up while the system is running. Therefore, logs can only be cleaned once Symphony or Symphony DE is off.

Unix: Copy the file to somewhere else if you want a backup copy. Then cp /dev/null to the file. Symphony or Symphony DE can continue its logging without interruption.