Actions
Bug #692
closedJUL: Make sure we receive already enabled events before sending the registration done to the Agent
Start date:
11/20/2013
Due date:
% Done:
100%
Estimated time:
Description
There is a race between the events being enabled by the session daemon and the Logger in the application starting to log data. That race basically miss the early events in the Java application because the Logger are being enabled.
To fix that, we must enable events before the registration is completed.
Actions