Logging Parameters
Parameter | Default | Description |
---|---|---|
Log_Level | WARN | Level of logging performed by the client. Valid values: (values are not case-sensitive) • NONE - Disables client logging. It is recommended that you do not disable logging. • ERROR - Logs the error messages only. • WARN - Logs the error messages and warnings. • INFO - Logs the error messages, warnings, and informational messages. • DEBUG - Logs the diagnostic information. Note: The user running the client application must have permission to write to the log file and to create new files in the directory where the log files are created. |
Log_File | LogFile.txt | Name and path to the log file. The path can be absolute or relative to your application. Do not use quotes, even if the path contains spaces. Note: The user running the client application must have permission to write to the log file and to create new files in the directory where the log files. |
Log_Rotation | Daily | specifies whether logs file is rotated daily or once it reach a certain size. Possible settings: • Daily- Rotates the log file daily. • Size- Rotates the log file when it reaches the size specified in the Log_Size_Limit parameter. |
Log_Size_Limit | 100k | Specifies how large the log files can be before they are rotated. This parameter is used only when Log_Rotation is set to Size. The default unit is bytes. You can use the suffix k (or K) for kilobytes and m (or M) for megabytes. |