mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: add logging of headers
This commit is contained in:
@@ -269,6 +269,9 @@ router.all(
|
||||
range: headers['range'],
|
||||
url: currentUrl,
|
||||
});
|
||||
logger.silly(`[${requestId}] Headers for upstream request`, {
|
||||
headers: JSON.stringify(headers),
|
||||
});
|
||||
upstreamResponse = await request(currentUrl, {
|
||||
method: method,
|
||||
headers: headers,
|
||||
|
||||
Reference in New Issue
Block a user