More specific log string for cli agent host proxy (#304339)

This commit is contained in:
Rob Lourens
2026-03-23 20:14:44 -07:00
committed by GitHub
parent b9ef737e49
commit c82bc515c2

View File

@@ -104,7 +104,8 @@ pub async fn agent_host(ctx: CommandContext, mut args: AgentHostArgs) -> Result<
if let Some(ct) = &args.connection_token {
url.push_str(&format!("?tkn={ct}"));
}
ctx.log.result(format!("Listening on {url}"));
ctx.log
.result(format!("Agent host proxy listening on {url}"));
let manager_for_svc = manager.clone();
let make_svc = move || {