
Determining when the VoiceXML log file is saved
The system automatically saves the log file to a backup file log_filename.bak, where log_filename is the name of the original log file. The automatic save occurs on the next call after:
- The log file rollover time is reached. The log file rollover time is set using the client.log.rolloverTime field in the /vs/data/vxml/default.cfg file. The value of the field is an integer, determined as follows:
- 0 through 23 indicates the hour of the day in 24-hour time, with 0 indicating midnight and 23 indicating 11 p.m or 23:00.
- -1 indicates that the log file will not be backed up automatically each day.
- The log file exceeds the maximum size, as set in the client.log.maxLogSizeMB field.
- The voice system starts (with an existing log file).
A new log file is generated when the next call occurs. For example, if the rollover time is set to 1 and the next call comes in at 08:10, log_filename.bak is saved with the data from 01:00 previous day to 01:00 today, and log_filename starts with the call that occurred at 08:10 today.
Note:
The file name is defined in the field client.log.filename field.