From 2768be7fdf0fb91bbd84def7d1f7c7e8107b9ab2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 22 Feb 2017 00:21:22 -0800 Subject: [PATCH] travis: Add logs to rabbitmq consumer debug output. --- tools/travis/production-helper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/travis/production-helper b/tools/travis/production-helper index 5e2887c8ab..39dd3c147c 100755 --- a/tools/travis/production-helper +++ b/tools/travis/production-helper @@ -111,6 +111,9 @@ for consumer in $consumer_list; do echo "FAILURE: Missing Nagios consumer for $consumer; displaying full consumer output:" rabbitmqctl list_consumers supervisorctl status + echo "EVENTS LOGS" + echo + cat /var/log/zulip/events*.log echo exit 1 fi