From 737ead7337e872aeb73e0f7a2d42dfab56693784 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Tue, 2 Sep 2025 12:22:02 -0400 Subject: [PATCH] update schema --- contrib/schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/schema.json b/contrib/schema.json index 73103c2..ff54446 100644 --- a/contrib/schema.json +++ b/contrib/schema.json @@ -61,6 +61,12 @@ "listen": { "type": "string" }, + "logExcludePathRegexps": { + "items": { + "type": "string" + }, + "type": "array" + }, "logRequests": { "type": "boolean" },