You can change the default path and file name of the log file. The default is C:\temp\kvoop.log
on Windows and /tmp/kvoop.log
on UNIX.
To change the path and file name of the log file, add the following to the formats.ini
file:
[kvooplog]
KvoopLogName=filepath
|