diff options
author | dglFromAtt <dgl@research.att.com> | 2018-04-27 11:11:38 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-04-27 11:11:45 -0400 |
commit | 5d2ddd5785198d8957af093c6269ca2529bd9f55 (patch) | |
tree | b6a0375763abef3c03df3ace15308faf1bf364fc | |
parent | 330bf04056a0cdd8a45d4de35e9611e52da214bf (diff) |
Correct logs/ONAP directory for debugging
Change-Id: I399df52850223f26a6e70d7e1661ae5d4e096be8
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-435
-rw-r--r-- | misc/dmaapbc | 8 |
1 files 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 ] |