summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-16 10:34:12 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-16 10:34:12 +0100
commit744349fd41b18ac82026431c4bf61827c9250bc0 (patch)
tree82e5ccd4c09a097116ebfb57ec700a7d67aa99dd /node-admin
parent1b563a6e603da9de50805577891847100838a51e (diff)
Remove use of legacy access log format from node-admin
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/application/services.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/node-admin/src/main/application/services.xml b/node-admin/src/main/application/services.xml
index 0d43a795f24..7e1d45c3ff2 100644
--- a/node-admin/src/main/application/services.xml
+++ b/node-admin/src/main/application/services.xml
@@ -3,7 +3,6 @@
<services version="1.0" xmlns:preprocess="properties">
<container id="node-admin" version="1.0">
<!-- Please update container test when changing this file -->
- <accesslog type="vespa" fileNamePattern="logs/vespa/node-admin/access.log.%Y%m%d%H%M%S" symlinkName="access.log" />
<accesslog type="json" fileNamePattern="logs/vespa/node-admin/access-json.log.%Y%m%d%H%M%S" symlinkName="access-json.log" compressOnRotation="true" compressionType="zstd"/>
<component id="docker-api" class="com.yahoo.vespa.hosted.dockerapi.DockerEngine" bundle="docker-api"/>