forked from LBRYCommunity/lbry-sdk
do not log aiohttp.access
This commit is contained in:
parent
c4fac29ecb
commit
76fbaac658
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
# TODO: delete this
|
# TODO: delete this
|
||||||
self.streams = {}
|
self.streams = {}
|
||||||
|
|
||||||
|
logging.getLogger('aiohttp.access').setLevel(logging.WARN)
|
||||||
self.app = web.Application()
|
self.app = web.Application()
|
||||||
self.app.router.add_get('/lbryapi', self.handle_old_jsonrpc)
|
self.app.router.add_get('/lbryapi', self.handle_old_jsonrpc)
|
||||||
self.app.router.add_post('/lbryapi', self.handle_old_jsonrpc)
|
self.app.router.add_post('/lbryapi', self.handle_old_jsonrpc)
|
||||||
|
|
Loading…
Reference in a new issue