Add: verbose flag to show logs in detail

This commit is contained in:
DaZuo0122
2026-01-17 00:15:46 +08:00
parent 7746511fc4
commit 7e87edb411
11 changed files with 146 additions and 2 deletions

4
Cargo.lock generated
View File

@@ -2851,6 +2851,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tokio-socks",
"tracing",
"url",
]
@@ -2871,6 +2872,7 @@ dependencies = [
"serde",
"thiserror 2.0.17",
"tokio",
"tracing",
"url",
]
@@ -2927,6 +2929,7 @@ dependencies = [
"thiserror 2.0.17",
"tokio",
"tokio-socks",
"tracing",
"url",
"wtfnet-geoip",
]
@@ -2942,6 +2945,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tokio-socks",
"tracing",
"url",
"x509-parser",
]