enableLogStatistic.sh 267 B

123456789
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`/../../; pwd)
  3. source $ROOT/shell/manage/common.sh
  4. echo start to enable log statistic
  5. curl http://$HOST:$PORT/api/v1/manage/logShowStatistic?mode=enable
  6. #curl http://$HOST:$PORT/api/v1/manage/logShowStatistic?mode=disable
  7. echo "end"