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 <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-04-30 17:07:12 -07:00 committed by Jenkins
parent 3a3e0a1f22
commit 8a2b2af255
1 changed files with 1 additions and 1 deletions

View File

@ -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"]