-
-
Notifications
You must be signed in to change notification settings - Fork 65
Add a real logging abstraction to the miner CLI #4835
Copy link
Copy link
Open
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Problem: Every CLI file uses ad hoc
console.log/console.errorcalls — there's no logging dependency or abstraction at all in the package.Area: AMS / Observability
Proposal: Introduce a minimal, dependency-light logging abstraction (level-aware, consistent formatting) and migrate the CLI's console calls onto it.
Deliverables:
Acceptance criteria: