Switch to side-by-side view
--- a/HelloForge/helloforge/main.py +++ b/HelloForge/helloforge/main.py @@ -44,6 +44,12 @@ routing_key, pformat(data), self.config.options.mount_point) g.publish('react', 'wiki.comment', data) + + @classmethod + @audit('hello_forge_class.#') + def class_auditor(self, routing_key, data): + log.info('Auditing some data from %s: %s', + routing_key, pformat(data)) @react('wiki.#') def reactor1(self, routing_key, data):