Two missing pieces for that debug patch.
This commit is contained in:
parent
6db3f46514
commit
88fc4617fc
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ def main(fullname, fields, content):
|
|||
if __name__ == '__main__':
|
||||
config = fedmsg.config.load_config()
|
||||
logging.config.dictConfig(config['logging'])
|
||||
fedmsg.meta.make_processors(**config)
|
||||
topic = 'io.pagure.prod.pagure.issue.edit'
|
||||
for _, _, topic, msg in fedmsg.tail_messages(topic=topic):
|
||||
# Extract some useful information for debugging
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
- python-scandir
|
||||
- python2-productmd
|
||||
- compose-utils
|
||||
- python-fedmsg-meta-fedora-infrastructure
|
||||
tags:
|
||||
- packages
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue