Allow mingling of DiskDump logConsole() output with the web server's log
This commit is contained in:
parent
e0487bccd8
commit
ef4c043fab
6 changed files with 878 additions and 818 deletions
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue