Remove internal logging level set
This commit is contained in:
parent
446787559e
commit
34440ece7e
@ -4,8 +4,7 @@ import socket
|
||||
import uuid
|
||||
import json
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logg = logging.getLogger('foo')
|
||||
logg = logging.getLogger(__file__)
|
||||
|
||||
|
||||
def jsonrpc_request(method, params):
|
||||
|
Loading…
Reference in New Issue
Block a user