From 8349153659e1b4183c16bbf4dbb335c3b9c217e3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 30 Mar 2024 16:43:40 +0800 Subject: [PATCH] feat: v0.2.0-rc --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index 40f4360..33e9aa5 100644 --- a/src/app.rs +++ b/src/app.rs @@ -63,6 +63,7 @@ impl ProxyApp { return Some(ipv4_address); } } + log::error!("DNS lookup: {} failed: not found", hostname); } Err(e) => { log::error!("DNS lookup: {} failed: {}", hostname, e);