Wed Aug 25, 2010 4:08 pm
I'd like this too. Let us specify hourly, daily, weekly or monthly log files, and ideally have an option to compress them after a new log has been started, and auto delete logs older than a certain date.
Also, I'd like the most important events to be recorded in the Windows Event log as well. That way tasks can be attached to them (was a new feature for 2008) - e.g. to email you an alert if a target fails.
If you have an HA setup, you can sort of do it yourself:
1) Set up a scheduled task to restart the server (or just the Starwind service) on each node. Make sure that the times on each Starwind box are far apart so you don't have them both go at once. Starwind starts a new log everytime the service starts.
2) Set up another task (or attach .bat to your startup tasks in group policy) which compresses / deletes logs.
I don't like this workaround because it requires unnecessarry failovers, but it's actually what I do (well, 1) at least) to stress test new builds of Starwind(reboot each node at hourly intervals while constantly writing to the target).
cheers,
Aitor