Skip to content

Commit

Permalink
Change text regarding sampling endpoints (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan authored Jul 5, 2023
1 parent 38c7697 commit e7a079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/am/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ async fn start_web_server(listen_address: &SocketAddr, args: Arguments) -> Resul
.map(|endpoint| endpoint.to_string())
.collect::<Vec<String>>()
.join(", ");
info!("Now sampling the following {endpoints} for metrics");
info!("Now sampling the following endpoints for metrics: {endpoints}");
}

// TODO: Add support for graceful shutdown
Expand Down

0 comments on commit e7a079d

Please sign in to comment.