[wpkg-users] [Bug 92] Enhanced Logging
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Sun Dec 16 13:41:48 CET 2007
http://bugzilla.wpkg.org/show_bug.cgi?id=92
--- Comment #11 from Tomasz Chmielewski <mangoo at wpkg.org> 2007-12-16 13:41:43 ---
> Could we get a <param name='log_append' value='true'> setting for config.xml?
> (With maybe two empty lines after each log block)
Getting this supported properly (in config.xml) should be a four-line change -
see here:
// just open the log file in case it is not opened
already
if (logfilePath != newLogfilePath) {
// 2=write (use 8 for append mode)
// true=create if not exist
// 0=ASCII, -1=unicode, -2=system default
dinfo("Initializing new log file: " +
newLogfilePath);
try {
newLogfileHandler =
fso.OpenTextFile(newLogfilePath, 2, true, -2);
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list