We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53cda4 commit c4bed49Copy full SHA for c4bed49
local/network.go
@@ -115,8 +115,10 @@ type localNetwork struct {
115
subnetConfigFiles map[string]string
116
// if true, for ports given in conf that are already taken, assign new random ones
117
reassignPortsIfUsed bool
118
- redirectStdout bool
119
- redirectStderr bool
+ // if true, direct this node's Stdout to os.Stdout
+ redirectStdout bool
120
+ // if true, direct this node's Stderr to os.Stderr
121
+ redirectStderr bool
122
// map from subnet id to elastic subnet tx id
123
subnetID2ElasticSubnetID map[ids.ID]ids.ID
124
}
0 commit comments