diff --git a/crates/ptth_relay/src/routing.rs b/crates/ptth_relay/src/routing.rs index 94c8572..89dda71 100644 --- a/crates/ptth_relay/src/routing.rs +++ b/crates/ptth_relay/src/routing.rs @@ -125,6 +125,7 @@ pub fn route_url <'a> (method: &Method, path: &'a str) -> Result , Er }) } else { + tracing::error! ("URL routing failed for `{}`", path); Err (Error::NotFound) } }