To assist in handling errors generated by JuratTech, log files are created and stored for a set amount of time. Within the settings.config file of the application there is a section at the bottom titled “Error Logging”.
You may edit the value elements of these settings. Please do not edit the key values.
<add key="Error_Log_Directory_Path" value="C:\_Temp\Jurat_Tech_ErrorLogs\JuratTech_Prod\"/>
Value can be changed to any virtual path. Please note the last element of the path refers to JuratTech_Prod. If you are managing multiple instances of Jurat you may have a different path for each instance, so you may isolate specific errors to specific instances.
<add key="Error_Log_Days_To_Hold" value="30"/>
Value can be changed to represent the number of days the logs are kept before being automatically deleted. The default setting is 30 days.