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:
parent
4cb22b5643
commit
9863c147dc
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user