Regenerate lotus config
This commit is contained in:
parent
df17ea06f5
commit
62e98c1964
@ -89,6 +89,35 @@
|
|||||||
# env var: LOTUS_PUBSUB_REMOTETRACER
|
# env var: LOTUS_PUBSUB_REMOTETRACER
|
||||||
#RemoteTracer = ""
|
#RemoteTracer = ""
|
||||||
|
|
||||||
|
# Path to file that will be used to output tracer content in JSON format.
|
||||||
|
# If present tracer will save data to defined file.
|
||||||
|
# Format: file path
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_JSONTRACER
|
||||||
|
#JsonTracer = ""
|
||||||
|
|
||||||
|
# Connection string for elasticsearch instance.
|
||||||
|
# If present tracer will save data to elasticsearch.
|
||||||
|
# Format: https://<username>:<password>@<elasticsearch_url>:<port>/
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_ELASTICSEARCHTRACER
|
||||||
|
#ElasticSearchTracer = ""
|
||||||
|
|
||||||
|
# Name of elasticsearch index that will be used to save tracer data.
|
||||||
|
# This property is used only if ElasticSearchTracer propery is set.
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_ELASTICSEARCHINDEX
|
||||||
|
#ElasticSearchIndex = ""
|
||||||
|
|
||||||
|
# Auth token that will be passed with logs to elasticsearch - used for weighted peers score.
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_TRACERSOURCEAUTH
|
||||||
|
#TracerSourceAuth = ""
|
||||||
|
|
||||||
|
|
||||||
[Client]
|
[Client]
|
||||||
# type: bool
|
# type: bool
|
||||||
|
@ -89,6 +89,35 @@
|
|||||||
# env var: LOTUS_PUBSUB_REMOTETRACER
|
# env var: LOTUS_PUBSUB_REMOTETRACER
|
||||||
#RemoteTracer = ""
|
#RemoteTracer = ""
|
||||||
|
|
||||||
|
# Path to file that will be used to output tracer content in JSON format.
|
||||||
|
# If present tracer will save data to defined file.
|
||||||
|
# Format: file path
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_JSONTRACER
|
||||||
|
#JsonTracer = ""
|
||||||
|
|
||||||
|
# Connection string for elasticsearch instance.
|
||||||
|
# If present tracer will save data to elasticsearch.
|
||||||
|
# Format: https://<username>:<password>@<elasticsearch_url>:<port>/
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_ELASTICSEARCHTRACER
|
||||||
|
#ElasticSearchTracer = ""
|
||||||
|
|
||||||
|
# Name of elasticsearch index that will be used to save tracer data.
|
||||||
|
# This property is used only if ElasticSearchTracer propery is set.
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_ELASTICSEARCHINDEX
|
||||||
|
#ElasticSearchIndex = ""
|
||||||
|
|
||||||
|
# Auth token that will be passed with logs to elasticsearch - used for weighted peers score.
|
||||||
|
#
|
||||||
|
# type: string
|
||||||
|
# env var: LOTUS_PUBSUB_TRACERSOURCEAUTH
|
||||||
|
#TracerSourceAuth = ""
|
||||||
|
|
||||||
|
|
||||||
[Subsystems]
|
[Subsystems]
|
||||||
# type: bool
|
# type: bool
|
||||||
|
Loading…
Reference in New Issue
Block a user