From 5d2ddd5785198d8957af093c6269ca2529bd9f55 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Fri, 27 Apr 2018 11:11:38 -0400 Subject: [PATCH] Correct logs/ONAP directory for debugging Change-Id: I399df52850223f26a6e70d7e1661ae5d4e096be8 Signed-off-by: dglFromAtt Issue-ID: DMAAP-435 --- misc/dmaapbc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/dmaapbc b/misc/dmaapbc index 5254108..42225a0 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -160,13 +160,13 @@ case "$1" in exit 1 ;; esac - ls -l $APP_ROOT/logs/EELF + ls -l $APP_ROOT/logs/ONAP echo "------------ tail -100 error.log ---------------" - tail -100 $APP_ROOT/logs/EELF/error.log + tail -100 $APP_ROOT/logs/ONAP/error.log echo "------------ tail -100 server.log ---------------" - tail -100 $APP_ROOT/logs/EELF/server.log + tail -100 $APP_ROOT/logs/ONAP/server.log echo "------------ tail -100 application.log ---------------" - tail -100 $APP_ROOT/logs/EELF/application.log + tail -100 $APP_ROOT/logs/ONAP/application.log echo "Check $APP_ROOT/ok_to_exit" while [ ! -f $APP_ROOT/ok_to_exit ] -- 2.16.6