新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 6e81ed8c authored by 天乐 韩's avatar 天乐 韩

enable debug

parent d5397d8e
.idea/*
*.log
*.log.*
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GOROOT" path="/usr/local/go" />
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/chainmaker-contract-sdk-docker-go.iml" filepath="$PROJECT_DIR$/.idea/chainmaker-contract-sdk-docker-go.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -33,7 +33,7 @@ func Start(cmContract CMContract) error {
contractName := os.Args[2]
contractVersion := os.Args[3]
Logger = logger.NewDockerLogger("[Sandbox]", "INFO")
Logger = logger.NewDockerLogger("[Sandbox]", "DEBUG")
Logger.Debugf("loglevel: %s", os.Args[4])
// get sandbox stream
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment