summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logd/src/main/resources/configdefinitions/logd.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/logd/src/main/resources/configdefinitions/logd.def b/logd/src/main/resources/configdefinitions/logd.def
index 61150c373aa..a439560efff 100644
--- a/logd/src/main/resources/configdefinitions/logd.def
+++ b/logd/src/main/resources/configdefinitions/logd.def
@@ -13,6 +13,9 @@ logserver.rpcport int default=5822
## Legacy port to contact the logserver on.
logserver.port int default=5821
+## Use RPC protocol
+logserver.userpc bool default=false
+
## Forward to a logserver. Other logserver configuration is irrelevant if false.
logserver.use bool default=true