InfoX debug logs
InfoX debug logs make debugging WinCollect easier, without interfering with performance.
By default, InfoX is enabled and logs events for the first five minutes that the agent runs, for a maximum of 5,000 log entries. After that, InfoX logs events for one minute every 15 minutes, for a maximum of 200 log entries. InfoX generates debug logs even if your log level is set to info.
You can edit the InfoX configuration by adding any of these parameters to the logconfig.xml file.
Parameter | Description |
---|---|
InfoX.enabled | Used to enable or disable InfoX. Example: InfoX.enabled=true |
InfoX.startLen | The number of seconds to run the agent at startup. To disable this feature, set this value to
0. Example: InfoX.startLen=300 |
InfoX.startMax | The maximum number of events that can be logged at startup. Example: InfoX.startMax=5000 |
InfoX.nextWait | The number of seconds to wait for the next logging period. Example: InfoX.nextWait=900 |
InfoX.nextLen | The number of seconds to run the agent at each interval. To disable this feature, set this
value to 0. Example: InfoX.nextLen=60 |
InfoX.nextMax | The maximum number of events that can be logged at each interval. Example: InfoX.nextMax=200 |