From 9863c147dc897b6296423d1aa912aa60c7f292c6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 30 Apr 2013 17:07:12 -0700 Subject: [PATCH] Turn on log-pusher.py debug logging. * modules/openstack_project/templates/logstash/indexer.conf.erb: Enable log-pusher.py debug logging to help determine why logstash is restarting the log-pusher and to see why the logs stop flowing at times. Change-Id: I250a6400c2fd29201865e9f8c5761dc2f4fbf5c3 Reviewed-on: https://review.openstack.org/27871 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/openstack_project/templates/logstash/indexer.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/logstash/indexer.conf.erb b/modules/openstack_project/templates/logstash/indexer.conf.erb index 5ab682591a..d5aa77bca1 100644 --- a/modules/openstack_project/templates/logstash/indexer.conf.erb +++ b/modules/openstack_project/templates/logstash/indexer.conf.erb @@ -1,6 +1,6 @@ input { pipe { - command => "python3 /usr/local/bin/log-pusher.py -r -z tcp://jenkins.openstack.org:8888 -l http://logs.openstack.org -f console.html" + command => "python3 /usr/local/bin/log-pusher.py -r -z tcp://jenkins.openstack.org:8888 -l http://logs.openstack.org -f console.html -d /var/log/logstash/indexer-debug.log" format => "json" message_format => "%{event_message}" tags => ["jenkins", "console"]