From 9aba2856bca331d5283e527713a1e810cea3394e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 12 Apr 2024 10:21:58 +0200 Subject: Remove access logging --- src/app.ts | 7 ------- 1 file changed, 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(); } -- cgit 1.4.1