Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.1
-
None
-
Patch Available
-
Unknown
Description
The BeanIODataFormat has the properties:
- ignoreUnidentifiedRecords
- ignoreUnexpectedRecords
- ignoreInvalidRecords
In the error handler, these issues are always logged at WARN level regardless of the above settings.
I would say that if the developer is happy to ignore these issues by explicitly configuring them to ignored, when these issues are encountered they should be logged at DEBUG level.