summaryrefslogtreecommitdiffstats
path: root/logd/src/main/resources/configdefinitions/logd.def
diff options
context:
space:
mode:
Diffstat (limited to 'logd/src/main/resources/configdefinitions/logd.def')
-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 96c6bf5a616..7f7e69d3260 100644
--- a/logd/src/main/resources/configdefinitions/logd.def
+++ b/logd/src/main/resources/configdefinitions/logd.def
@@ -1,6 +1,9 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config.log
+## Port to serve status and metrics on
+stateport int default=0
+
## Host to contact the logserver on.
logserver.host string default="localhost"