Skip to content

Commit 0d70f0a

Browse files
committed
chore(main): add log
1 parent b2c2851 commit 0d70f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ async fn main() -> Result<(), AppError> {
2929
let listener = tokio::net::TcpListener::bind("127.0.0.1:3000")
3030
.await?;
3131

32+
tracing::debug!("listening on {}", listener.local_addr()?);
33+
3234
Ok(
3335
axum::serve(listener, app)
3436
.with_graceful_shutdown(shutdown_signal())

0 commit comments

Comments
 (0)