about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/app.ts7
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();
       }