opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
123 stars 126 forks source link

Change all operational logs to `trace` #494

Open distributedstatemachine opened 1 month ago

distributedstatemachine commented 1 month ago

Description

We currently print uncessary logs while running subtensor. This has the effect of filling up the nodes storage too quickly. This issue to to change all of them to trace logs , so we are only logging the operational / node's logs.

Acceptance Criteria

Tasks