Skip to content

fix(config): use bt.logging.debug instead of raw print in check_config - #970

Closed
597226617 wants to merge 1 commit into
entrius:mainfrom
597226617:fix/logging-check-config
Closed

fix(config): use bt.logging.debug instead of raw print in check_config#970
597226617 wants to merge 1 commit into
entrius:mainfrom
597226617:fix/logging-check-config

Conversation

@597226617

Copy link
Copy Markdown

Summary

check_config printed the resolved neuron directory with print(), which bypasses bt.logging and can pollute stdout for validator/miner processes.

Fix

Replace the raw print call with bt.logging.debug, using a clear Neuron full path: message while preserving the existing path setup behavior.

Fixes #935

check_config printed the resolved neuron directory with print(), which
bypasses bt.logging and can pollute stdout for validator/miner processes.

Replace with bt.logging.debug using a clear \"Neuron full path:\"
message while preserving the existing path setup behavior.

Fixes entrius#935
@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label May 4, 2026
@entrius entrius closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants