Deployment Local Server Logging

3306
2
Jump to solution
09-17-2013 12:48 PM
CarlosColón-Maldonado
Occasional Contributor III
Greetings,

I know that deployment folders can be created to enable local server logging in order for testers to detect potential issues prior to software distribution to users. On some occasions, users call for technical telephonic assistance in running our application which renders this feature useful. However, the Runtime local server does put out an extensive amount of messages that loads logging files to maximum capacity, and deploying our application with a default deployment that has logging enabled could render systems with limited hard disk space to a bad state.

Is there a way to enable,or disable logging on already created deployment folders on demand (programmatically or manually)?

Thanks in advanced.
0 Kudos
1 Solution

Accepted Solutions
GayleYoung
Esri Contributor
As you have probably found out by now, a deployment of LocalServer contains both a LocalServerUtility.exe and a RuntimeLocalServer.cfg file, either of which can be used to turn logging on/off.

View solution in original post

0 Kudos
2 Replies
GayleYoung
Esri Contributor
As you have probably found out by now, a deployment of LocalServer contains both a LocalServerUtility.exe and a RuntimeLocalServer.cfg file, either of which can be used to turn logging on/off.
0 Kudos
CarlosColón-Maldonado
Occasional Contributor III
As you have probably found out by now, a deployment of LocalServer contains both a LocalServerUtility.exe and a RuntimeLocalServer.cfg file, either of which can be used to turn logging on/off.


No, I have not. Thank you for the insight.