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