Skip to main content

log_web_ui_urls

Function log_web_ui_urls 

Source
async fn log_web_ui_urls(dev_fed: &DevJitFed, pre_restore: bool) -> Result<()>
Expand description

Logs the web UI address of every guardian and gateway.

Their ports are allocated per run, so an operator dropping into a devimint shell would otherwise have to dig them out of the env vars before opening any of the UIs.

Gateways are skipped before a manual restore: that mode deliberately stops short of finalizing the dev fed, and awaiting a gateway here would start waiting on work it does not otherwise do.