forked from LBRYCommunity/lbry-sdk
disable debug logging
This commit is contained in:
parent
276a7f9d2a
commit
e67f55bd74
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class LBRYDaemonRequest(server.Request):
|
|||
memorylimit = 1024*1024*100
|
||||
|
||||
# enable/disable debug logging
|
||||
do_log = True
|
||||
do_log = False
|
||||
|
||||
# re-defined only for debug/logging purposes
|
||||
def gotLength(self, length):
|
||||
|
|
Loading…
Reference in a new issue