Skip to content

Commit

Permalink
feat: log client version at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Sep 30, 2024
1 parent b7901bc commit 608865f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ async fn main() -> anyhow::Result<()> {

let client =
WsClient::new(client_config, args.connection_min_idle, args.connection_retry_max_backoff_sec).await?;
info!("Starting wstunnel client v{}", env!("CARGO_PKG_VERSION"),);

// Start tunnels
for tunnel in args.remote_to_local.into_iter() {
Expand Down

0 comments on commit 608865f

Please sign in to comment.