Log node request processing so operators can see live activity in the console.
This commit is contained in:
@@ -3035,6 +3035,7 @@ class _TrackerHandler(http.server.BaseHTTPRequestHandler):
|
||||
headers={
|
||||
"Content-Type": "application/json",
|
||||
"X-Meshnet-Route": downstream_urls,
|
||||
"X-Meshnet-Request-Id": request_id,
|
||||
},
|
||||
method="POST",
|
||||
)
|
||||
@@ -3046,6 +3047,7 @@ class _TrackerHandler(http.server.BaseHTTPRequestHandler):
|
||||
relay_headers = {
|
||||
"Content-Type": "application/json",
|
||||
"X-Meshnet-Route": downstream_urls,
|
||||
"X-Meshnet-Request-Id": request_id,
|
||||
**({"Authorization": auth} if auth else {}),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user