Use logging in mininode.py
commit6d0e3250bbded1fb90443340e98b861e5ed8944f
authorJohn Newbery <john@johnnewbery.com>
Wed, 15 Feb 2017 17:21:22 +0000 (15 12:21 -0500)
committerJohn Newbery <john@johnnewbery.com>
Thu, 9 Mar 2017 14:26:48 +0000 (9 09:26 -0500)
treecc77e399a04cefcd2f67c615ea60308cb2bc9c19
parent553a976929543c93d1b22fbabe50a9be32d3c290
Use logging in mininode.py

This commit adds a TestFramework.mininode Logger to the mininode module.
This is a child logger of TestFramework, so the handlers set up in
test_framework.py will receive records from this logger and emit them
to the log file and console as appropriate.
qa/rpc-tests/test_framework/mininode.py