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