aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-05-08 11:00:27 +0200
committerHarald Musum <musum@yahooinc.com>2023-05-08 11:00:27 +0200
commit22c5f57406dae210092e81eaa50d570c8afe20ca (patch)
tree62a9d75bbe565c8ca427073939058433129e613d /config-model/src
parent90d52bfa46fb3264a9c6e972650d76aa72849807 (diff)
Add back needed method
Diffstat (limited to 'config-model/src')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java b/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
index 13c5d0518a4..20e0f4bd4f4 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/component/AccessLogComponent.java
@@ -117,4 +117,6 @@ public final class AccessLogComponent extends SimpleComponent implements AccessL
};
}
+ public String getFileNamePattern() { return fileNamePattern; }
+
}