aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dmaapbc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dmaapbc')
-rw-r--r--misc/dmaapbc8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc
index 7ee0e68..3d19f88 100644
--- a/misc/dmaapbc
+++ b/misc/dmaapbc
@@ -86,7 +86,13 @@ start() {
if [ "$PIDS" = "" ]
then
echo $COMPONENT startup failed
- tail -100 $APP_ROOT/logs/dmaap*.log
+ ls -l $APP_ROOT/logs/EELF
+ echo "------------ error.log ---------------"
+ cat $APP_ROOT/logs/EELF/error.log
+ echo "------------ server.log ---------------"
+ cat $APP_ROOT/logs/EELF/server.log
+ echo "------------ tail -100 application.log ---------------"
+ tail -100 $APP_ROOT/logs/EELF/application.log
else
echo $COMPONENT started
fi