Remove access logging
Alan Pearce alan@alanpearce.eu
Fri, 12 Apr 2024 10:21:58 +0200
1 files changed, 0 insertions(+), 7 deletions(-)
jump to
M src/app.ts → src/app.ts
@@ -284,13 +284,6 @@ if (status === 200) { const seconds = endTimer(); metrics.requestDuration.observe(seconds); } - log.info( - request.method, - status, - hostname, - pathname, - newpath ? newpath : "", - ); if (autoSleep && pathname !== "/health") { keepAwake(); }