diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/app.ts b/src/app.ts index 934df05..06fe16d 100644 --- a/src/app.ts +++ b/src/app.ts @@ -284,13 +284,6 @@ export const server = { const seconds = endTimer(); metrics.requestDuration.observe(seconds); } - log.info( - request.method, - status, - hostname, - pathname, - newpath ? newpath : "", - ); if (autoSleep && pathname !== "/health") { keepAwake(); } |