Skip to content
Snippets Groups Projects
Commit 836377b2 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Retrieve fluentd logs in gates"

parents 5b2dd73c fee1538c
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ copy_logs() {
docker exec ceph_mon ceph osd tree > ${LOG_DIR}/kolla/ceph/ceph_osd_tree.txt
fi
# container logs
mkdir ${LOG_DIR}/kolla/fluentd/
docker logs fluentd > ${LOG_DIR}/kolla/fluentd/fluentd.txt
# Rename files to .txt; this is so that when displayed via
# logs.openstack.org clicking results in the browser shows the
# files, rather than trying to send it to another app or make you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment