http://bugzilla.wpkg.org/show_bug.cgi?id=79 --- Comment #29 from Leon Hedding <leon.hedding at ict.om.org> 2007-11-12 13:12:45 --- What I meant was that if log rotation (using the code I provided was provided) then the default should be changed to append instead of overwrite for the log file. Yes, using config.xml for the size would make sense with a default size already defined. I also noticed that the logging does not include seconds in the time stamp which would be nice. And it logs installation of dependencies even when there are no dependencies. I am now trying to figure out to add a line at the beginning and end of the log file each time wpkg is run. This would say something like the following with a blank line (new line) at the beginning so that it is easy to find the start/stop time when you run wpkg. Starting installation... Date: 12/11/2007 12:03:21 Info Description: Installing 'wpkg config' (wpkg config)... Date: 12/11/2007 12:03:21 Info Description: Installing dependencies of 'wpkg config' (wpkg config). Date: 12/11/2007 12:03:21 Info Description: Processing (install) of wpkg config successful. Date: 12/11/2007 12:03:21 Ending installation... Date: 12/11/2007 12:03:21 -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |