From c1f85dac05a095412819ec7589c98be221e265fe Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 29 Jun 2023 09:55:18 +0200
Subject: [PATCH] DOC: update docs in server.conf

---
 conf/core/server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/core/server.conf b/conf/core/server.conf
index eed73c13..8c1b3c36 100644
--- a/conf/core/server.conf
+++ b/conf/core/server.conf
@@ -110,7 +110,7 @@ GRPC_SERVER_PORT_HTTP=
 # 'OFF' turns off the logging.
 GRPC_RESPONSE_LOG_FORMAT={method} {local-address} {remote-address} {user-agent}
 # Logging format of the REST API.
-# Known keys: see column "Variable name" at https://javadocs.restlet.talend.com/2.4/jse/api/index.html
+# Known keys: see column "Variable name" at https://javadocs.restlet.talend.com/2.4/jse/api/index.html?org/restlet/util/Resolver.html
 # 'OFF' turns off the logging.
 REST_RESPONSE_LOG_FORMAT=
 
-- 
GitLab