Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
This story aims to improve stack trace resolving in JsonTemplateLayout from
config = field , [ stringified ] field = "field" -> ( "className" | "message" | "stackTrace" ) stringified = "stringified" -> boolean
to
config = field , [ stringified ] , [ stackTrace ] field = "field" -> ( "className" | "message" | "stackTrace" ) stackTrace = "stackTrace" -> stringified stringified = "stringified" -> ( boolean | truncation ) truncation = "truncation" -> ( [ suffix ] , [ pointMatcherStrings ] , [ pointMatcherRegexes ] ) suffix = "suffix" -> string pointMatcherStrings = "pointMatcherStrings" -> string[] pointMatcherRegexes = "pointMatcherRegexes" -> string[]
Attachments
Issue Links
- is a child of
-
LOG4J2-2986 Allow stacktrace pattern converters to specify a starting point to ignore redundant framework stack elements
- In Progress
- is related to
-
LOG4J2-2235 Add ThrowableFormatOptions "COLLAPSE"
- Closed
- links to