increase script verbosity for "docker logs" output

Change-Id: I830b22f4407eb1acf9c23b944bd74d9a1b545a7d
Issue-ID: POLICY-275
Signed-off-by: Jorge Hernandez <jh1730@att.com>
diff --git a/policy-pe/do-start.sh b/policy-pe/do-start.sh
index 34041c7..49ddf25 100644
--- a/policy-pe/do-start.sh
+++ b/policy-pe/do-start.sh
@@ -87,7 +87,7 @@
 	./wait-for-port.sh nexus 8081
 	# wait addional 1 minute for all processes to get fully initialized and synched up
 	sleep 60
-	bash config/push-policies.sh
+	bash -xv config/push-policies.sh
 fi
 
 sleep 1000d