server.nvs-client.LogPath

The base log path where Vocalizer client diagnostic log file(s) are to be written.

Value

Path (string). If no path is specified, no log file is written.

Default

No default.

How to set

If using the Management Station, set on the Speech Server service. If not using Management Station, set in an NSS configuration file (user-NSSxx.txt).

Format in the configuration file: <property> VXIString <value

Usage

Occasionally changed.

If this parameter is not present, no log file is written.

When a log file reaches the server.nvs-client.LogMaxSize size, the file is stored in the same folder with a suffix –BCKXX (before file extension, to preserve readability) where XX is a number from 00 to 09. This means that up to 10 backup files may be present on the disk at a given time.

The software cycles sequentially through the 10 available log files, overwriting the oldest backup if necessary. For example, if the log file is named log.txt and files log-BCK00.txt to log-BCK09.txt have already been created, then when the current log.txt reaches the size limit, it overwrites the backup log-BCK00.txt. When the next log.txt reaches the maximum size, it overwrites log-BCK01.txt, and so on until it cycles through to log-BCK00.txt again.

Note: If you have multiple instances of Speech Server, you must specify different values for this path for each Speech Server instance.