martin-g commented on PR #666: URL: https://github.com/apache/avro-rs/pull/666#issuecomment-5566093383
IIRC this has been requested by someone to be able to debug validation issues. They said that it is hard to debug such issues when using big/huge schemas. The actual request was to print the path to the failing field but this was rather complex to implement. Maybe log it as a `trace` ?! Or log only when `debug_assertions` is enabled ?! Or make it configurable ?! Or use custom Debug/Display/our-own impl that skips (sensitive) values ?! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
