We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7302e84 commit 0e331a3Copy full SHA for 0e331a3
1 file changed
dev-tools/omicron-dev/src/main.rs
@@ -120,6 +120,10 @@ impl RunAllArgs {
120
"omicron-dev: nexus lockstep API: {:?}",
121
cptestctx.server.get_http_server_lockstep_address(),
122
);
123
+ println!(
124
+ "omicron-dev: sled agent API: http://{:?}",
125
+ cptestctx.sled_agents[0].local_addr(),
126
+ );
127
println!(
128
"omicron-dev: cockroachdb pid: {}",
129
cptestctx.database.pid(),
0 commit comments