pyvalid
pyvalid copied to clipboard
Logs only mode
Provide a possibility to turn on the "logs only" mode, which will work in the following way:
- Validation exceptions won't be raised anymore;
- The pyvalid will keep working as usual and will keep validating input/output values;
- In case of validation error, the warning (type of message TBD) message will be written.
It may be helpful for production mode, when any runtime errors are unwelcome.
I can work on this enhancement.
It would be great, thanks @Aparna-BS !