James Perkins created WFCORE-4044:
-------------------------------------
Summary: Suggested capabilities for logging capabilities return suggestions
that may not be available
Key: WFCORE-4044
URL:
https://issues.jboss.org/browse/WFCORE-4044
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
The logging subsystem registers capabilities for the base subsystem and each logging
profile. However the logging profile name should be considered dynamically unique. Meaning
that the {{suggest-capabilities}} should only return results available for the base
subsystem or the logging profile. For example if a logging profile exists with a
{{pattern-formatter}} of {{PROFILE-PATTERN}} this would be included for suggested
formatters on the base subsystem. Likewise the default {{PATTERN}} and {{COLOR-PATTERN}}
would be suggested for handlers on the logging profile.
Essentially the {{LoggingProfileNameMapper}} and the {{LoggingProfileCapabilityRecorder}}
dynamically add the logging profile name to the capability name. This may be a limitation
of capabilities in general, but it's something that needs to be looked at.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)