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__':
|
if __name__ == '__main__':
|
||||||
config = fedmsg.config.load_config()
|
config = fedmsg.config.load_config()
|
||||||
logging.config.dictConfig(config['logging'])
|
logging.config.dictConfig(config['logging'])
|
||||||
|
fedmsg.meta.make_processors(**config)
|
||||||
topic = 'io.pagure.prod.pagure.issue.edit'
|
topic = 'io.pagure.prod.pagure.issue.edit'
|
||||||
for _, _, topic, msg in fedmsg.tail_messages(topic=topic):
|
for _, _, topic, msg in fedmsg.tail_messages(topic=topic):
|
||||||
# Extract some useful information for debugging
|
# Extract some useful information for debugging
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
- python-scandir
|
- python-scandir
|
||||||
- python2-productmd
|
- python2-productmd
|
||||||
- compose-utils
|
- compose-utils
|
||||||
|
- python-fedmsg-meta-fedora-infrastructure
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue