1 Star 1 Fork 3

ezpod/blockchain-explorer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
syncstart.sh 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atsushin 提交于 2019-12-26 13:12 +08:00 . Be 720 update log4js (#72)
#
# SPDX-License-Identifier: Apache-2.0
#
#!/bin/bash
# Please visit ./logs/sync/app to view the application logs and visit the ./logs/sync/db to view the Database logs and visit the ./logs/sync/console for the console.log
# Log rotating for every 7 days.
rm -rf /tmp/fabric-client-kvs_peerOrg*
export SYNC_LOG_PATH=./logs/sync
echo "************************************************************************************"
echo "**************************** Hyperledger Explorer Sync**********************************"
echo "************************************************************************************"
export LOG_LEVEL_APP=debug
export LOG_LEVEL_DB=debug
export LOG_LEVEL_CONSOLE=info
export LOG_CONSOLE_STDOUT=false
export DISCOVERY_AS_LOCALHOST=true
node sync.js $1 $2 &
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ezpod/hyperledger-blockchain-explorer.git
git@gitee.com:ezpod/hyperledger-blockchain-explorer.git
ezpod
hyperledger-blockchain-explorer
blockchain-explorer
master

搜索帮助