Add named-formatter
to the syslog-handler
In
logging
Table of Contents
Overview
The syslog handler supports adding a formatter. Currently in WildFly only the log message itself is added as the message for the payload. Users may want to include other attributes such as the thread or an MDC entry. We should allow any formatter to be assigned to the syslog handler for formatter the message portion of the syslog payload.
Issue Metadata
Issue
Related Issues
Dev Contacts
QE Contacts
TBD
Testing By
[X] Engineering
[ ] QE
Affected Projects or Components
-
WildFly Core
-
WildFly
Other Interested Projects
Requirements
Hard Requirements
-
The formatter should allow for any type of
java.util.logging.Formatter
.
Implementation Plan
This should be as simple as adding a named-formatter
attribute to the syslog-handler
resource.
Test Plan
Tests will be done in the current syslog handler tests.
Community Documentation
Community documentation will be handled my Wildscribe since this is just a common attribute which is already present on most other handlers.