feat: allow HTTP request logging to be disabled
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/config/default.go → internal/config/default.go
@@ -45,6 +45,7 @@ ), "x-content-type-options": "nosniff", "x-frame-options": "DENY", }, + LogRequests: true, }, Importer: &Importer{ LowMemory: false,