Is it possible to change the log settings so that instead of overwriting the log with only the last one, it appends (adds to) to the log, so that we can have a sort of running history? Or instead of appending to the log and making one single very long text file, can we perhaps set the logging susbsytem to create multiple log files, all named by date and time? For example, "LOG_12_02_2010_1100", "LOG_12_02_2010_1137", etc..
It seems to me that this would greatly aid in troubleshooting.