I am curious, is there any specific reason the full schema is always output to the console when casting an exception to a string?
https://github.com/Julian/jsonschema/blob/b0be7bf48e6554a00296307f7c84283a77738267/jsonschema/exceptions.py#L69
Would it make more sense to move this to the python logging framework?
I am curious, is there any specific reason the full schema is always output to the console when casting an exception to a string?
https://github.com/Julian/jsonschema/blob/b0be7bf48e6554a00296307f7c84283a77738267/jsonschema/exceptions.py#L69
Would it make more sense to move this to the python logging framework?