I'm using py.execnet with the SshGateway and I'd like to fire off
logging messages that get sent over the ssh connection. I was wondering
if someone has already coded up a logging handler for this. Otherwise,
I'm looking for suggestions on how to get logging messages sent from the
remote side back to the local side. My goal would be that the logging
events get sent over the ssh connection and get injected to the logging
handler of the local/client side of the ssh connection.

Also, is there is a "zero footprint" way of distributing the py library
(specifically, the py.path component) to the remote side of a
py.execnet?

  -- William

P.S. I'd prefer the logging solution to use the standard library logging
package, but if py.log makes exchanging messages over an execnet
particularly easy, that would be fine by me as well.

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to