Remove internal logging level set

This commit is contained in:
nolash 2020-08-07 11:45:16 +02:00
parent 446787559e
commit 34440ece7e
Signed by: lash
GPG Key ID: 93EC1C676274C889
1 changed files with 1 additions and 2 deletions

View File

@ -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):