Developer Documentation Library > Interviewer - Server > Configuration and customization > Registry settings > Log settings
 
Log settings
Registry settings for log files for UNICOM Intelligence interviews are stored under:
HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\3\Log
Settings
Directory
The folder to which UNICOM Intelligence Interviewer log files will be written.
Default: The installation default is:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\Interviewer Server Administration\Logs
Filter
The log levels to omit from the log. The log level filter is a bit field, with each bit representing a log level to omit. For example, to disable trace and script logging, set the filter to 0x50; that is, 0x10 (trace) + 0x40 (script). See Logging levels for more information.
Default: 0 (the installation default is 0x10 which filters out trace bugs)
MaxFiles
The number of log files to create in the log file chain before the oldest file is deleted.
Default: 50
MaxFileSizeInKB
The size in Kbytes at which a new log file is created.
Default: 100 (the installation default is 1000)
More information
See Log files for more logging information.
See also
Registry settings