]
James Perkins commented on WFCORE-2996:
---------------------------------------
This is because a logging profile uses a new context. Currently the log contexts are
completely separate and don't share any state or configuration. In other words a
logging-profile is essentially it's own logging "subsystem". You have to
define anything you need in the {{logging-profile}} in the profile itself.
Re-Use Named Log-Formatter In Logging Profile
---------------------------------------------
Key: WFCORE-2996
URL:
https://issues.jboss.org/browse/WFCORE-2996
Project: WildFly Core
Issue Type: Enhancement
Components: Logging
Reporter: Markus May
Assignee: James Perkins
Priority: Critical
Right now, if I try to re-use the globally defined Named-Formatter "PATTERN" in
my own logging profile, I do get an error-message stating that the Formatter
"PATTERN" is not found.
To be able to re-use the same Formatter in all logging-profiles, it would be good, to be
able to use these globally defined Formatters.