event_log_file_base_name
Sets the base filename for call logs.
Value |
File path. Vocalizer appends -log.txt and bck###-log.txt for the initial and rollover log file names. If used, a relative path is relative to the directory containing the configuration file. Examples: ${TMPDIR}/nvn-event-${USER}-log.txt ${TMPDIR}/nvn-event-${USER}-bck001-log.txt |
Default |
${TMPDIR}/nvn-event-${USER} |
How to set |
On Windows, TMPDIR is set to the user environment variable, %TEMP%. On Linux, you must set TMPDIR in a Vocalizer configuration file (tts_config.xml) or as an environment variable. |