Is it possible to change hooks or something to let the logging SocketServer stuff handle JSON instead of pickle ?<div><br></div><div>I am thinking of sending my JSON dict data through the logging system to remote.</div><div>
<br></div><div>A default standard way to send stuff back and forth would be welcome here.</div><div><br></div><div>pickle uses eval still ? or is is considered safe now ? i was told not to use eval() stuff on data.</div><div>
<br></div><div>Strange thing i never thought of using the logging plugin to send stuff remote. </div>