Logs Configuration Parameters
The Votiro Cloud for Web Downloads installation has its own log file that allows Votiro to trace the activity in that component. Logs may include:
n | The files taken from the In directory. |
n | The files forwarded to Votiro Cloud and processed. |
n | The files that were successfully sent to the Out directory and which failed. |
The log file is located in the installation folder. The default location is: C:\Program Files\Votiro\Votiro File Connector\Logs.
The following log parameters can be configured:
Parameter | Description | Value |
---|---|---|
AppenderConfig | ||
Type | Specifies the log type. | File or EventViewer |
LogLevel | Specifies the severity level of data that is logged. You can have more than one LogLevel attribute in the file. For example, you might choose to log Warning, Error, and Fatal events. | Verbose, Debug (default), Info, Notice, Warning, Error, Fatal. |
Parameters relevant to File logs only: | ||
NumberOfBackups | Specifies the number of files that can be backed up before file rotation occurs. When files are rotated, the first file that was created (the oldest file) is overwritten first. | A positive integer. The default value is 10. |
MaxFileSize | Specifies how large the log file can be before a new file is created. | A file size greater than zero, including the measurement being used, for example 40MB. The default value is 5MB. |
FileFolder | Specifies the name and location of the folder where the log files are stored. If the value is empty, the folder is defined by the system as %HomeDirectory%\Logs. If you specify a value, it must be the full path of the folder. | The name of the folder, in the format [drive]:\[path]\[folder], for example, C:\Votiro\Logs\. The default value is Logs. |
FileName | Specifies the name of the file. Use ASCII characters when specifying a file name. | The name file, in the format [logname].log, for example, sds.log. The default is VotiroFileConnector_%ComputerName_%.log |
Locking |
| The default value is ExclusiveLock. |
ImmediateFlush |
| The default value is false. |
Parameter relevant to Event Viewer logs only: | ||
ApplicationName | Specifies the name of the application that appears under Applications and Services in the Event Viewer. | The name of the application, for example SDS. You must use ASCII characters when specifying the application name. |
Comments
0 comments
Please sign in to leave a comment.