diff --git a/src/relay/mod.rs b/src/relay/mod.rs index 10c642d..ef8aee9 100644 --- a/src/relay/mod.rs +++ b/src/relay/mod.rs @@ -459,6 +459,8 @@ async fn handle_all (req: Request , state: Arc ) let path = req.uri ().path (); //println! ("{}", path); + debug! ("Request path: {}", path); + let api_key = req.headers ().get ("X-ApiKey"); if req.method () == Method::POST {