logging broken?
This commit is contained in:
parent
b8667ef725
commit
c631ed31bf
@ -47,7 +47,7 @@ class SockHandler(socketserver.BaseRequestHandler):
|
||||
def handle(self):
|
||||
self.data = self.request.recv(1024).strip()
|
||||
#log.info(f"client address: {self.client_address}")
|
||||
log.info(f"received data:\n{self.data}")
|
||||
#log.info(f"received data:\n{self.data}")
|
||||
self.request.sendall(b"Hello, World!\n")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user