|
|
@@ -230,7 +230,7 @@ cluster {
|
|
|
## Cluster using etcd
|
|
|
##----------------------------------------------------------------
|
|
|
etcd {
|
|
|
- ## Etcd server list, seperated by ','.
|
|
|
+ ## Etcd server list, separated by ','.
|
|
|
##
|
|
|
## @doc cluster.etcd.server
|
|
|
## ValueType: URL
|
|
|
@@ -279,7 +279,7 @@ cluster {
|
|
|
## Cluster using Kubernetes
|
|
|
##----------------------------------------------------------------
|
|
|
k8s {
|
|
|
- ## Kubernetes API server list, seperated by ','.
|
|
|
+ ## Kubernetes API server list, separated by ','.
|
|
|
##
|
|
|
## @doc cluster.k8s.apiserver
|
|
|
## ValueType: URL
|
|
|
@@ -459,7 +459,7 @@ log {
|
|
|
## Default: true
|
|
|
overload_kill.enable = true
|
|
|
|
|
|
- ## The max allowed queue length before killing the log hanlder.
|
|
|
+ ## The max allowed queue length before killing the log handler.
|
|
|
##
|
|
|
## Log overload protection parameter. This is the maximum allowed queue
|
|
|
## length. If the message queue grows larger than this, the handler
|
|
|
@@ -471,7 +471,7 @@ log {
|
|
|
## Default: 20000
|
|
|
overload_kill.qlen = 20000
|
|
|
|
|
|
- ## The max allowed memory size before killing the log hanlder.
|
|
|
+ ## The max allowed memory size before killing the log handler.
|
|
|
##
|
|
|
## Log overload protection parameter. This is the maximum memory size
|
|
|
## that the handler process is allowed to use. If the handler grows
|
|
|
@@ -482,7 +482,7 @@ log {
|
|
|
## Default: 30MB
|
|
|
overload_kill.mem_size = 30MB
|
|
|
|
|
|
- ## Restart the log hanlder after some seconds.
|
|
|
+ ## Restart the log handler after some seconds.
|
|
|
##
|
|
|
## Log overload protection parameter. If the handler is terminated,
|
|
|
## it restarts automatically after a delay specified in seconds.
|
|
|
@@ -669,7 +669,7 @@ log {
|
|
|
## Default: true
|
|
|
overload_kill.enable = true
|
|
|
|
|
|
- ## The max allowed queue length before killing the log hanlder.
|
|
|
+ ## The max allowed queue length before killing the log handler.
|
|
|
##
|
|
|
## Log overload protection parameter. This is the maximum allowed queue
|
|
|
## length. If the message queue grows larger than this, the handler
|
|
|
@@ -681,7 +681,7 @@ log {
|
|
|
## Default: 20000
|
|
|
overload_kill.qlen = 20000
|
|
|
|
|
|
- ## The max allowed memory size before killing the log hanlder.
|
|
|
+ ## The max allowed memory size before killing the log handler.
|
|
|
##
|
|
|
## Log overload protection parameter. This is the maximum memory size
|
|
|
## that the handler process is allowed to use. If the handler grows
|
|
|
@@ -692,7 +692,7 @@ log {
|
|
|
## Default: 30MB
|
|
|
overload_kill.mem_size = 30MB
|
|
|
|
|
|
- ## Restart the log hanlder after some seconds.
|
|
|
+ ## Restart the log handler after some seconds.
|
|
|
##
|
|
|
## Log overload protection parameter. If the handler is terminated,
|
|
|
## it restarts automatically after a delay specified in seconds.
|