1 Star 1 Fork 3

ezpod/blockchain-explorer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.sh 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atsushin 提交于 2019-12-26 13:12 +08:00 . Be 720 update log4js (#72)
#
# SPDX-License-Identifier: Apache-2.0
#
#!/bin/bash
#
#Redirecting console.log to log file.
#Please visit ./logs/app to view the application logs and visit the ./logs/db to view the Database logs and visit the ./log/console for the console.log
# Log rotating for every 7 days.
rm -rf /tmp/fabric-client-kvs_peerOrg*
echo "************************************************************************************"
echo "**************************** Hyperledger Explorer **********************************"
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 main.js name - hyperledger-explorer &
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

搜索帮助