aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scripts/appController.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-06-21 20:50:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-21 20:50:07 +0000
commit80b11e8899cd74c70703f35c14bb8b4b2c7e7d52 (patch)
tree53b774f3d8b8d9f79fd414ae9112e4c55ff21867 /src/main/scripts/appController.sh
parent639686e01af925f2be3bd0d3cd187be7df0b2cf8 (diff)
parent57c7c88b199fd10945aa2e7c7e08231dc0f15d4a (diff)
Merge "No available docker logs"
Diffstat (limited to 'src/main/scripts/appController.sh')
-rw-r--r--src/main/scripts/appController.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scripts/appController.sh b/src/main/scripts/appController.sh
index f5094dcc..bdb2c812 100644
--- a/src/main/scripts/appController.sh
+++ b/src/main/scripts/appController.sh
@@ -35,7 +35,7 @@ start() {
-XX:ErrorFile=logs/java_error%p.log \
-XX:+HeapDumpOnOutOfMemoryError \
-Dhttps.protocols=TLSv1.1,TLSv1.2 \
- org.onap.dcae.VesApplication $* &>> logs/collector.log &
+ org.onap.dcae.VesApplication $* &
}
stop() {