Skip to content

Commit

Permalink
logging.info as default for vali
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys committed Dec 8, 2024
1 parent c3248c8 commit 572ab45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ pm2 start neurons/validator.py --name $VALIDATOR_PROCESS_NAME -- \
--wallet.name $WALLET_NAME \
--wallet.hotkey $WALLET_HOTKEY \
--axon.port $VALIDATOR_AXON_PORT \
--proxy.port $VALIDATOR_PROXY_PORT
--proxy.port $VALIDATOR_PROXY_PORT \
--logging.info

# REAL DATA CACHE UPDATER PROCESS
if pm2 list | grep -q "$CACHE_UPDATE_PROCESS_NAME"; then
Expand Down

0 comments on commit 572ab45

Please sign in to comment.