From 09d20e06e67ab947d7411f0f59e8cf688e09587b Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 16 Jan 2024 20:29:41 -0600 Subject: [PATCH] add logscope --- codex/slots/builder/builder.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codex/slots/builder/builder.nim b/codex/slots/builder/builder.nim index 2df2a45f..1f15c3a1 100644 --- a/codex/slots/builder/builder.nim +++ b/codex/slots/builder/builder.nim @@ -34,6 +34,9 @@ import ../converters export converters +logScope: + topics = "codex slotsbuilder" + const # TODO: Unified with the DefaultCellSize specified in branch "data-sampler" # in the proving circuit.