mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Github-Pull: #24770
Rebased-From: 39a34b6877
This commit is contained in:
parent
1ea76767d0
commit
6374e24887
6 changed files with 18 additions and 6 deletions
|
|
@ -56,9 +56,6 @@ class RpcMiscTest(BitcoinTestFramework):
|
|||
|
||||
self.log.info("test logging rpc and help")
|
||||
|
||||
# Test logging RPC returns the expected number of logging categories.
|
||||
assert_equal(len(node.logging()), 27)
|
||||
|
||||
# Test toggling a logging category on/off/on with the logging RPC.
|
||||
assert_equal(node.logging()['qt'], True)
|
||||
node.logging(exclude=['qt'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue