diff --git a/acrate_rdserver/src/main.rs b/acrate_rdserver/src/main.rs index ac14b4a..60dffed 100644 --- a/acrate_rdserver/src/main.rs +++ b/acrate_rdserver/src/main.rs @@ -32,7 +32,7 @@ async fn main() -> anyhow::Result { .context("failed to bind listener to address")?; log::trace!("Tokio listener bound to: {bind_address}"); - log::debug!("Starting server..."); + log::info!("Starting server..."); axum::serve(listener, app) .await .context("server exited with error")?;