Combining repeated log messages
The Logging Service reduces the amount of times a particular log message is displayed when logged consecutively. For example, if multiple instances of a particular log message occurs in a given interval, the message will be only be displayed once, and will be followed by a log message stating the number of times the last message was repeated.
For example:
2014-04-03 12:26:23.286.5320 - [] test_plugin [60,64] Info: Waiting for response 2014-04-03 12:26:33.288.6614 - [] test_plugin [60,64] last message repeated 4 times
The default interval that the log messages will be combined is 60 seconds. After this interval, the next instance of the log message will be displayed again, and any other instances of the message that follow will be combined accordingly.
You can modify the repeated timeout value by adding the following registry entry in:
HKLM\SOFTWARE\Bravura Security\Bravura Security Fabric\<instance>\idmlogsvc
Entry name | force-flush-repeated-timeout |
Value | the time in seconds to combine repeated log messages. |
Data type | DWORD |
Default | 60 |