project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

more useful message monitor output #103

Closed laroque closed 9 years ago

laroque commented 9 years ago

When printing a message, it would be helpful if it was pretty printed with tabbing of nested levels etc. It would also be helpful if some of the meta data were included. In particular, the routing key that was used.

laroque commented 9 years ago

partially completed, Message now implements str based on json.dumps(indent=4) which formats the payload. The message properties (AMQP term) such as routing key are not yet added.

laroque commented 9 years ago

done on HEAD of develop