summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-11-08 08:22:57 +0100
committerHarald Musum <musum@yahoo-inc.com>2016-11-08 08:22:57 +0100
commitaf48d25ff6267bfc8c852508d45b26e2abd441a9 (patch)
tree26657269a1b6f93cd1e97bcda73db4399309ff2a /config-model/src/test/schema-test-files
parent94860932085c1a9660109c1e2ba3de52c0ffdd08 (diff)
Add accesslog type 'json' to schema
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/services.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index 7d75a406202..ede0ba089a4 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -91,6 +91,11 @@
</server>
</http>
+ <accesslog type='json'
+ fileNamePattern='logs/vespa/qrs/access-json.%Y%m%d%H%M%S' />
+ <accesslog type='vespa'
+ fileNamePattern='logs/vespa/qrs/access-vespa.%Y%m%d%H%M%S' />
+
<document-api>
<binding>http://*/document-api/</binding>
<binding>https://*/document-api/</binding>