tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

DEBUG messages are still produced when Verbosity.DEBUG is switched off #57

Closed jakub-zarembinski closed 5 years ago

jakub-zarembinski commented 5 years ago
python3 tests/01_hello_world.py

DEBUG messages are produced even though:

verbosity = [Verbosity.INFO, Verbosity.OUT, Verbosity.TRACE]