about summary refs log tree commit diff stats
path: root/internal/config/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/structs.go')
-rw-r--r--internal/config/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/structs.go b/internal/config/structs.go
index e73425b..8c69733 100644
--- a/internal/config/structs.go
+++ b/internal/config/structs.go
@@ -25,6 +25,7 @@ type Web struct {
 	Environment           string            `comment:"Affects logging parameters. One of 'development' or 'production'"`
 	ExtraHeadHTML         string            `comment:"Content to add to HTML <head>. Can be used to override styling, add scripts, etc."`
 	Headers               map[string]string `comment:"Extra headers to send with HTTP requests"`
+	LogRequests           bool              `comment:"Whether to log incoming HTTP requests"`
 }
 
 type Importer struct {