BUGFIX: enable log message about validating nodes again.
Changes
Remove api.verbose attribute as it complicates the design unnecessarily.
If a user is advanced enough to want to change the log level, they can use the python.logging module interface directly.
Known Issues
Slight change in userfacing interface (removal of api.verbose)
Notes
Checklist
[x] My name is on the list of contributors (CONTRIBUTORS.md) in the pull request source branch.
[x] I have updated the documentation to reflect my changes.
[ x My code changes have been verified by automated tests and pass all relevant test scenarios.
Description
BUGFIX: enable log message about validating nodes again.
Changes
Remove
api.verbose
attribute as it complicates the design unnecessarily. If a user is advanced enough to want to change the log level, they can use thepython.logging
module interface directly.Known Issues
Slight change in userfacing interface (removal of api.verbose)
Notes
Checklist
CONTRIBUTORS.md
) in the pull request source branch.