rdserver
: Upgrade "starting server" log to info
This commit is contained in:
parent
b9bd59dc13
commit
79fa482b5b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ async fn main() -> anyhow::Result<std::convert::Infallible> {
|
|||
.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")?;
|
||||
|
|
Loading…
Reference in a new issue