feat: log client version at startup
This commit is contained in:
parent
b7901bc38c
commit
608865fdd8
1 changed files with 1 additions and 0 deletions
|
@ -825,6 +825,7 @@ async fn main() -> anyhow::Result<()> {
|
||||||
|
|
||||||
let client =
|
let client =
|
||||||
WsClient::new(client_config, args.connection_min_idle, args.connection_retry_max_backoff_sec).await?;
|
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
|
// Start tunnels
|
||||||
for tunnel in args.remote_to_local.into_iter() {
|
for tunnel in args.remote_to_local.into_iter() {
|
||||||
|
|
Loading…
Reference in a new issue