Log request paths
parent
70522f851a
commit
8c7f4684b4
|
@ -459,6 +459,8 @@ async fn handle_all (req: Request <Body>, state: Arc <RelayState>)
|
||||||
let path = req.uri ().path ();
|
let path = req.uri ().path ();
|
||||||
//println! ("{}", path);
|
//println! ("{}", path);
|
||||||
|
|
||||||
|
debug! ("Request path: {}", path);
|
||||||
|
|
||||||
let api_key = req.headers ().get ("X-ApiKey");
|
let api_key = req.headers ().get ("X-ApiKey");
|
||||||
|
|
||||||
if req.method () == Method::POST {
|
if req.method () == Method::POST {
|
||||||
|
|
Loading…
Reference in New Issue