From c0f9be121f60dce1949558d2c6f6c6d988a0a655 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 12 Jan 2021 14:57:26 +0100 Subject: Add server config for enabling jdisc connection log --- jdisc_http_service/abi-spec.json | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'jdisc_http_service/abi-spec.json') diff --git a/jdisc_http_service/abi-spec.json b/jdisc_http_service/abi-spec.json index 6e2836cad6e..ef30a618a97 100644 --- a/jdisc_http_service/abi-spec.json +++ b/jdisc_http_service/abi-spec.json @@ -751,6 +751,7 @@ "public com.yahoo.jdisc.http.ServerConfig$Builder jmx(com.yahoo.jdisc.http.ServerConfig$Jmx$Builder)", "public com.yahoo.jdisc.http.ServerConfig$Builder metric(com.yahoo.jdisc.http.ServerConfig$Metric$Builder)", "public com.yahoo.jdisc.http.ServerConfig$Builder accessLog(com.yahoo.jdisc.http.ServerConfig$AccessLog$Builder)", + "public com.yahoo.jdisc.http.ServerConfig$Builder connectionLog(com.yahoo.jdisc.http.ServerConfig$ConnectionLog$Builder)", "public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance$Producer)", "public final java.lang.String getDefMd5()", "public final java.lang.String getDefName()", @@ -764,9 +765,39 @@ "public java.util.List defaultFilters", "public com.yahoo.jdisc.http.ServerConfig$Jmx$Builder jmx", "public com.yahoo.jdisc.http.ServerConfig$Metric$Builder metric", - "public com.yahoo.jdisc.http.ServerConfig$AccessLog$Builder accessLog" + "public com.yahoo.jdisc.http.ServerConfig$AccessLog$Builder accessLog", + "public com.yahoo.jdisc.http.ServerConfig$ConnectionLog$Builder connectionLog" ] }, + "com.yahoo.jdisc.http.ServerConfig$ConnectionLog$Builder": { + "superClass": "java.lang.Object", + "interfaces": [ + "com.yahoo.config.ConfigBuilder" + ], + "attributes": [ + "public" + ], + "methods": [ + "public void ()", + "public void (com.yahoo.jdisc.http.ServerConfig$ConnectionLog)", + "public com.yahoo.jdisc.http.ServerConfig$ConnectionLog$Builder enabled(boolean)", + "public com.yahoo.jdisc.http.ServerConfig$ConnectionLog build()" + ], + "fields": [] + }, + "com.yahoo.jdisc.http.ServerConfig$ConnectionLog": { + "superClass": "com.yahoo.config.InnerNode", + "interfaces": [], + "attributes": [ + "public", + "final" + ], + "methods": [ + "public void (com.yahoo.jdisc.http.ServerConfig$ConnectionLog$Builder)", + "public boolean enabled()" + ], + "fields": [] + }, "com.yahoo.jdisc.http.ServerConfig$DefaultFilters$Builder": { "superClass": "java.lang.Object", "interfaces": [ @@ -941,7 +972,8 @@ "public double stopTimeout()", "public com.yahoo.jdisc.http.ServerConfig$Jmx jmx()", "public com.yahoo.jdisc.http.ServerConfig$Metric metric()", - "public com.yahoo.jdisc.http.ServerConfig$AccessLog accessLog()" + "public com.yahoo.jdisc.http.ServerConfig$AccessLog accessLog()", + "public com.yahoo.jdisc.http.ServerConfig$ConnectionLog connectionLog()" ], "fields": [ "public static final java.lang.String CONFIG_DEF_MD5", -- cgit v1.2.3