From 704b212364b51416c4d5bbc1c4c27b41e48c3e65 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 05 2022 17:38:04 +0000 Subject: Debugging ELN compose tracking Part 4 Signed-off-by: Mohan Boddu --- diff --git a/compose_tracker.py b/compose_tracker.py index a467235..8cf33d2 100755 --- a/compose_tracker.py +++ b/compose_tracker.py @@ -237,7 +237,8 @@ class Consumer(object): # it will cause /usr/bin/fedora-messaging to crash and we'll # lose the traceback logs from the container try: - logger.info(eln) + logger.info(f"eln is {eln}") + logger.info(message.body) self.process(message, eln) except Exception as e: logger.error('Caught Exception!') @@ -432,6 +433,7 @@ if __name__ == '__main__': logger.debug(json.dumps(data, indent=4, sort_keys=True)) # Create a Message and then call the Consumer() + logger.info(data) if 'compose' in data['body']: logger.info("compose in body works") body = data['body']