all repos — homestead @ 6dc14f5f80ff0d99d959d98f539d7d2be0876f08

Code for my website

Remove access logging

Alan Pearce
commit

6dc14f5f80ff0d99d959d98f539d7d2be0876f08

parent

a20285a974409ffdf96d6d66454e5c90b08a2999

1 file changed, 0 insertions(+), 7 deletions(-)

jump to
M src/app.tssrc/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(); }