mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
More debug logging
This commit is contained in:
parent
8da0f55869
commit
da09d10e9a
|
|
@ -84,6 +84,12 @@ export const processRoute = async (
|
||||||
matchedRoute.filePath
|
matchedRoute.filePath
|
||||||
).catch(() => null);
|
).catch(() => null);
|
||||||
|
|
||||||
|
await dualLogger.log(
|
||||||
|
LogLevel.DEBUG,
|
||||||
|
"Server.RouteProcessor",
|
||||||
|
JSON.stringify(matchedRoute),
|
||||||
|
);
|
||||||
|
|
||||||
await dualLogger.log(
|
await dualLogger.log(
|
||||||
LogLevel.DEBUG,
|
LogLevel.DEBUG,
|
||||||
"Server.RouteProcessor",
|
"Server.RouteProcessor",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue