Try adding a var to enable that fedmsg debug loopback.

This commit is contained in:
Ralph Bean 2015-09-30 18:23:41 +00:00
parent 373497b746
commit d1f36c8fb4
2 changed files with 56 additions and 0 deletions

View file

@ -63,6 +63,13 @@ fedmsg_active: False
fedmsg_prefix: org.fedoraproject
fedmsg_env: prod
# A special flag that, when set to true, will disconnect the host from the
# global fedmsg-relay instance and set it up with its own local one. You can
# temporarily set this to true for a specific host to do some debugging -- so
# you can *replay real messages from the datagrepper history without having
# those broadcast to the rest of the bus*.
fedmsg_debug_loopback: False
# These are used to:
# 1) configure mod_wsgi
# 2) open iptables rules for fedmsg (per wsgi thread)