Skip to content

Commit

Permalink
[DEVOPS-888] set a logs prefix for launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Jun 6, 2018
1 parent 433714e commit 453e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/dhall/launcher.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
, nodeTimeoutSec = 60
, reportServer = cluster.reportServer
, walletArgs = [] : List Text
, logsPrefix = os.nodeArgs.logsPrefix
, nodeArgs =
[ "--tlsca", "tls/ca/ca.crt"
, "--tlscert", "tls/server/server.crt"
, "--tlskey", "tls/server/server.key"
, "--update-server", cluster.updateServer
, "--keyfile", os.nodeArgs.keyfile
, "--logs-prefix", os.nodeArgs.logsPrefix
, "--topology", os.nodeArgs.topology
, "--wallet-db-path", os.nodeArgs.walletDBPath
, "--update-latest-path", os.nodeArgs.updateLatestPath
Expand Down

0 comments on commit 453e56d

Please sign in to comment.