-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.0, 10.0.1, 10.0.2, 11.0.0, 11.0.1, 11.0.2
-
Component/s: audit logging
-
Labels:
The mergeAll option allows to create two Debug instance controlling the same file.
Even if a common PrintWriter is used, some local variable could be in conflict. This is the case for the variable "lastRotation", used to create a new file (shared between the two instances) if the rotation is needed.
A correction will be to avoid the possibility to have two (or more) Debug instance if the mergeAll option is used. The DebugProvider is a good place for doing that : it can check the mergeAll options and return the same Debug instance if the mergeAll option is ON.
- relates to
-
OPENAM-5370 NPE in DebugFileImpl if suffix date format is not configured
-
- Resolved
-