The following code should log the key in addition to the exception because that would make it much easier to find the offending data.
|
log.error("Parse Error", e); |
The system iterator for visibility filtering does log the key.
|
log.error("BadArgumentException with visibility of Key: {}", k, e); |