Skip to content

Commit

Permalink
[ChainOps] feature/tee (#292)
Browse files Browse the repository at this point in the history
* Simple logging for genesis.

* Removed debug.
  • Loading branch information
_IM authored Nov 19, 2020
1 parent 8347882 commit 9d688cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ frontend/.cache
.testCoverage.txt
.environments
deploy/networks
log/*.log
.env
.backups
.ssh
2 changes: 1 addition & 1 deletion deploy/rake/genesis.rake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def boot_docker_network(chainnet:, seed_network_address:, eth_config:)
cmd += "MONIKER#{idx+1}=#{node['moniker']} MNEMONIC#{idx+1}=\"#{node['mnemonic']}\" IPV4_ADDRESS#{idx+1}=#{node['ipv4_address']} "
end

cmd += "IPV4_SUBNET=#{seed_network_address} #{eth_config} docker-compose -f #{cwd}/../genesis/docker-compose.yml up"
cmd += "IPV4_SUBNET=#{seed_network_address} #{eth_config} docker-compose -f #{cwd}/../genesis/docker-compose.yml up | tee #{cwd}/../../log/#{chainnet}.log"
system(cmd)
end

Expand Down
Empty file added log/.gitkeep
Empty file.

0 comments on commit 9d688cb

Please sign in to comment.