feat: log client version at startup

This commit is contained in:
Σrebe - Romain GERARD 2024-09-30 12:59:28 +02:00
parent b7901bc38c
commit 608865fdd8
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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() {