More debug logging

This commit is contained in:
Jesse Wierzbinski 2024-04-14 01:46:39 -10:00
parent 8da0f55869
commit da09d10e9a
No known key found for this signature in database

View file

@ -84,6 +84,12 @@ export const processRoute = async (
matchedRoute.filePath
).catch(() => null);
await dualLogger.log(
LogLevel.DEBUG,
"Server.RouteProcessor",
JSON.stringify(matchedRoute),
);
await dualLogger.log(
LogLevel.DEBUG,
"Server.RouteProcessor",