diff --git a/src/proxy.rs b/src/proxy.rs index c8d7c73..d0c641a 100644 --- a/src/proxy.rs +++ b/src/proxy.rs @@ -121,7 +121,8 @@ async fn proxy(client: Client>>, let host = host.unwrap(); let ip_string = resolve_with_cache(host, &resolver, resolver_cache).await; - info!("proxy: req(host {} resolved to: {}): {:?}", host, ip_string, req); + info!("proxy: host {} resolved to: {}", host, ip_string); + trace!("proxy: request is {:?}", req); if needs_static_route(&ip_string) { if !create_static_route(&gateway, &ip_string) {