-
-
Notifications
You must be signed in to change notification settings - Fork 815
Open
Description
This is a follow-on from the discussion in #1151 .
Currently the JsonParser.Feature.INCLUDE_SOURCE_IN_LOCATION
setting can be used to choose whether to include source information as a part of the location in JsonProcessingException
.
When this is disabled, the message now includes messages such as:
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 4, column: 18]
It would be nice to have configuration that just disables the source entirely from this text blurb, logs and messages don't have a reference to internal implementation details. Ideally this would result in messages more like:
at [line: 4, column: 18]
Metadata
Metadata
Assignees
Labels
No labels