Overview:
In some environments, it may be required to change the default log file size to control the amount of disk space being used.
Solution:
In some environments, it may be required to change the default log file size to control the amount of disk space being used.
Solution:
Steps to change the log file size:
- Browse to the Essentials REST folder: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\REST\ (for a default instalation)
- Make a backup of the "web.config" file located on that folder
- Edit the web.config file and within the <appSettings> tag, add the following entry and assign to the "value" property the file size that you'd like to set:
<add key="gcx.logging.maximumFileSize" value="100MB" />
- Save your changes. No restarts or reloads are requried.
Comments
0 comments
Article is closed for comments.