Merge "Update CSIT test for 'Fetch and Delete policy API with PolicyName and PolicyVe...
[integration/csit.git] / scripts / dcaegen2-collectors-datafile / dfc-management / dfc-kill.sh
index 491b640..b3074b3 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
 
-
-docker kill dfc_app0
\ No newline at end of file
+docker exec -i dfc_app0 cat /var/log/ONAP/application.log
+docker kill dfc_app0
+docker rm dfc_app0