diff --git a/tests/get_logs.sh b/tests/get_logs.sh
index 25c2ed431fa829c02ff75594a594ee24eae218fb..06f082b3657c8810bf799ec52dd14c2809b8b682 100644
--- a/tests/get_logs.sh
+++ b/tests/get_logs.sh
@@ -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