diff --git a/lotus-soup/manifest.toml b/lotus-soup/manifest.toml index 68b4576a9..3d33a87b5 100644 --- a/lotus-soup/manifest.toml +++ b/lotus-soup/manifest.toml @@ -38,6 +38,7 @@ instances = { min = 1, max = 100, default = 5 } drand_period = { type = "duration", default="10s" } drand_threshold = { type = "int", default = 2 } drand_gossip_relay = { type = "bool", default = true } + drand_log_level = { type = "string", default="info" } # Params relevant to pubsub tracing enable_pubsub_tracer = { type = "bool", default = false }