Skip to content

Conversation

@LucioFranco
Copy link
Member

No description provided.

Copy link
Contributor

@mcches mcches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Should we add a README as well?

let name = machine.name.clone();
sim.host(name.as_str(), move || async move {
if let Err(e) = server("0.0.0.0:8080".into()).await {
tracing::error!("server error: {:?}", e);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit (and throughout):

Suggested change
tracing::error!("server error: {:?}", e);
tracing::error!(?e, "server error");

@LucioFranco LucioFranco merged commit 71d9995 into main Mar 27, 2025
5 checks passed
@LucioFranco LucioFranco deleted the lucio/cluster-sim branch March 27, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants