Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.14.1
-
None
Description
I recently need to create a series of Plugins to be used in JsonTemplateLogging. I am not sure which are documentation issues and which are bugs in the underlying code.
The first difficulty was in matching the name I did not see anything in the documentation about the case of the name. If I used any capital letters in the name it becomes unmatchable.
The second issue is that you must cause a map replacement or the Lookup is never called and the defaultLookup is used and it simply returns the name of the lookup.
I could not find any syntax that would call the no event lookup method:
@Override public String lookup(String key) {
Attachments
Issue Links
- is related to
-
LOG4J2-3074 Add replacement parameter to mdc resolver
- Resolved