mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
More debug logging
This commit is contained in:
parent
8da0f55869
commit
da09d10e9a
1 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue