Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 3.0.0-RC3
-
Component/s: Core: Agents
-
Labels:None
-
User impact:Low
-
Similar Issues:None
Description
I don't see how its private attribute eventLogger could be something else than null with the big chunk of code commented out in doInitialise.
Because it is null, logEvent does nothing.
Could it be possible to uncomment these lines, until the OSGi/PAX quagmire is sorted out:
else
{ /* ... */ eventLogger = Logger.getLogger(logName); /* ... */ }so at least a logger will be active?
PS. That would also call for a review of getDescription, which does not acknowledge the fact a non-blank logName is an interesting configuration value.
Activity
Daniel Zapata
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Tech. Debt [ 10572 ] | |
| Priority | To be reviewed [ 6 ] | Minor [ 4 ] |
David Dossot
made changes -
| Assignee | David Dossot [ davidd ] |
David Dossot
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
David Dossot
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Fix Version/s | 3.0.0-RC3 [ 10874 ] | |
| Fix Version/s | Tech. Debt [ 10572 ] | |
| Resolution | Fixed [ 1 ] |