set TRACE level in example

This commit is contained in:
Prem Chaitanya Prathi 2025-04-01 19:14:49 +05:30
parent 17b5d20a46
commit f396a7a341

View File

@ -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)