aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-27 16:40:00 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-27 16:40:00 +0100
commitf44da1939145c154faa7cc9da5e16abcbee76d13 (patch)
tree38a70783bc8c95201d3ee7c973eacac38cf8ec2c /config-model/src/main/resources
parent1979ae27956fc628eac97bbe7a285921a0085ef3 (diff)
Make compression format configurable
Diffstat (limited to 'config-model/src/main/resources')
-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 ca7efd5a938..5257345c39e 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -80,6 +80,7 @@ AccessLog = element accesslog {
attribute fileNamePattern { string }? &
attribute compressOnRotation { xsd:boolean }? &
attribute symlinkName { string }? &
+ attribute compressionType { string "gzip" | string "zstd" }? &
attribute rotationInterval { string }?
}