Configure the Repetitive Logger for Agent Registration
Configure the following system properties to configure the repetitive logger for the agent registration calls.
System Property | Description | Default Value | Required |
---|---|---|---|
-Dappdynamics.machine.agent.registration.repetitive.logger.turnoverTimeInMinutes
|
The time in minutes after which logger cache entries expire and are removed. It represents the duration in which the logger completes one full logging cycle. | 240 | No |
-Dappdynamics.machine.agent.registration.repetitive.logger.messageLimit
| The maximum number of the same log messages that will be printed within the time interval specified in the -Dappdynamics.machine.agent.registration.repetitive.logger.turnoverTimeInMinutes property. | 1 | No |
-Dappdynamics.machine.agent.registration.repetitive.logger.maxCacheSize
| Number of unique logger entries the repetitive logger can handle for a full logging cycle. | 1000 | No |