summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-04-12 12:39:31 +0000
committerArne Juul <arnej@yahoo-inc.com>2018-04-12 12:39:35 +0000
commit48b0e38b54fe583a9c7e796080161f40eca38c40 (patch)
treef8e0720bd68027a7b75a09fe415d1f13ddacc475 /config-model
parent09cef777222924cc70dd4270ba2bc7cfac396a00 (diff)
update schema with new keyword
* allow compressOnRotation overrides explicitly, for configserver itself for example.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 700f4b4816c..a8c763e43b7 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -70,6 +70,7 @@ HttpServer = element server {
AccessLog = element accesslog {
attribute type { string "yapache" | string "vespa" | string "json" | string "disabled" }? &
attribute fileNamePattern { string }? &
+ attribute compressOnRotation { xsd:boolean }? &
attribute symlinkName { string }? &
attribute rotationInterval { string }? &