From f396a7a341941126eab16faef8c1982d378fb810 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Tue, 1 Apr 2025 19:14:49 +0530 Subject: [PATCH] set TRACE level in example --- examples/lightpush_publisher_mix.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lightpush_publisher_mix.nim b/examples/lightpush_publisher_mix.nim index 86103a85b..b43df09c1 100644 --- a/examples/lightpush_publisher_mix.nim +++ b/examples/lightpush_publisher_mix.nim @@ -69,7 +69,7 @@ proc setupAndPublish(rng: ref HmacDrbgContext, conf: LPMixConf) {.async.} = quit(QuitFailure) else: recordRes.get() - + setLogLevel(logging.LogLevel.TRACE) var builder = WakuNodeBuilder.init() builder.withNodeKey(nodeKey) builder.withRecord(record)