-
Bug
-
Resolution: Done
-
Blocker
-
3.0.0.Beta28
-
None
There is an issue at boot for CredentialStore integration in SyslogHandler : this is due to the fact that AuditLogLoggerAddHandler will change the AuditLogger status in the RUNTIME phase that will log an event while the service may not be UP (since the fake service is at the handler level).
https://github.com/wildfly/wildfly-core/blob/master/domain-management/src/main/java/org/jboss/as/domain/management/audit/AuditLogLoggerResourceDefinition.java#L158
Sample of such a failure: https://ci.wildfly.org/viewLog.html?buildId=67476&buildTypeId=WildFlyCore_PullRequestWindows
- causes
-
WFCORE-3109 WFCORE-3078 fix causes that only one AuditLogItem is written
- Resolved
- relates to
-
JBEAP-11387 Verify that JBEAP-11343 fix is valid
- Closed