feat: allow HTTP request logging to be disabled
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M defaults.toml → defaults.toml
@@ -17,6 +17,8 @@ # Affects logging parameters. One of 'development' or 'production' Environment = 'development' # Content to add to HTML <head>. Can be used to override styling, add scripts, etc. ExtraHeadHTML = '' +# Whether to log incoming HTTP requests +LogRequests = true # Content-Security-Policy header to send with requests. Should only need changing if ExtraHeadHTML is used. [Web.ContentSecurityPolicy]