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.
Provide a possibility to turn on the "logs only" mode, which will work in the following way:
It may be helpful for production mode, when any runtime errors are unwelcome.