logos-co / nomos-node

Nomos blockchain node
38 stars 13 forks source link

Feature flag to toggle tracing #666

Closed bacv closed 1 week ago

bacv commented 1 week ago

To build a node without tracing use cargo build -p nomos-node --no-default-features. Node already has the ability to disable logging with None option for the LoggingBackend.