Improving Console Logging #22
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
node
Peer-to-peer node features and optimizations.
Scattered throughout the node-related files (smart_node.py, torch_node.py, validator.py, user.py, worker.py) are
self.debug_print
statements. The goal of this issue is to improve the tier scale of when these messages appear through theprint_level
parameter. Furthermore, improvements to overall log statements and when these messages appear can be addressed.The text was updated successfully, but these errors were encountered: