Allow mingling of DiskDump logConsole() output with the web server's log

This commit is contained in:
Jeff Parsons 2014-10-28 22:09:13 -07:00 committed by jeffpar
commit ef4c043fab
6 changed files with 878 additions and 818 deletions

View file

@ -657,6 +657,7 @@ HTMLOut.setOptions = function(options)
}
if (options['logfile'] !== undefined) {
logFile = options['logfile'];
HTTPAPI.setLogFile(logFile);
}
if (options['rebuild'] !== undefined) {
fRebuild = options['rebuild'];