Hello,
I've tried the logger shown in the examples but I get for every single log the same exception:
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.4/logging/handlers.py", line 620, in emit
self.send(s)
File "/usr/lib/python3.4/logging/handlers.py", line 677, in send
self.sock.sendto(s, self.address)
TypeError: 'str' does not support the buffer interface
Hello,
I've tried the logger shown in the examples but I get for every single log the same exception:
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.4/logging/handlers.py", line 620, in emit
self.send(s)
File "/usr/lib/python3.4/logging/handlers.py", line 677, in send
self.sock.sendto(s, self.address)
TypeError: 'str' does not support the buffer interface