mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
do not log requests
This commit is contained in:
parent
c738c62f01
commit
dab865ca77
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class StratumJSONRPCServer(SocketServer.TCPServer, StratumJSONRPCDispatcher):
|
|||
allow_reuse_address = True
|
||||
|
||||
def __init__(self, addr, requestHandler=StratumJSONRPCRequestHandler,
|
||||
logRequests=True, encoding=None, bind_and_activate=True,
|
||||
logRequests=False, encoding=None, bind_and_activate=True,
|
||||
address_family=socket.AF_INET):
|
||||
self.logRequests = logRequests
|
||||
StratumJSONRPCDispatcher.__init__(self, encoding)
|
||||
|
|
Loading…
Add table
Reference in a new issue