cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
160 stars 70 forks source link

testserver: pass `logtostderr` when starting multiple nodes #171

Closed renatolabs closed 1 year ago

renatolabs commented 1 year ago

This commit adds the --logtostderr command line flag when starting a cluster with multiple nodes, making the behavior consistent with single-node clusters. In addition, this makes the change introduced in 68fede3 more useful, as the stderr will include the actual cockroach logs.

cockroach-teamcity commented 1 year ago

This change is Reviewable