I was wondering if it would make sense to redirect the logging messages
from my Python program to a zeromq socket, and get them collected and
processed by the sink process..

This would allow to write on disk only from one process, and have a real
time situation without reading to a file..

The logging module has already a lot of handlers, so it should not be
too hard to create a new one, what do you think?
Anyone did something similar?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to