summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
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/test/schema-test-files
parent1979ae27956fc628eac97bbe7a285921a0085ef3 (diff)
Make compression format configurable
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index 7ae4bba00ce..d37000b1ff7 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -147,7 +147,7 @@
</http>
<accesslog type='json'
- fileNamePattern='logs/vespa/qrs/access-json.%Y%m%d%H%M%S' />
+ fileNamePattern='logs/vespa/qrs/access-json.%Y%m%d%H%M%S' compressOnRotation='true' compressionType='zstd'/>
<accesslog type='vespa'
fileNamePattern='logs/vespa/qrs/access-vespa.%Y%m%d%H%M%S' />