We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running /scripts/run_swarm.py and an error occurs, nothing is logged to stdout.
If you add these lines immediately below the imports, you will get sensible error reporting:
import logging logging.basicConfig()
Doing this helped me fix the error where no password was set for mysql.
The text was updated successfully, but these errors were encountered:
Seems like an easy fix. Do you want to create the PR?
Sorry, something went wrong.
Fixes numenta#3803 added logging to run_swarm.py
6aff6eb
5894492
Fix lack of logging in run_swarm.py (#3809)
40e2169
Fixes #3803 added logging to run_swarm.py
No branches or pull requests
When running /scripts/run_swarm.py and an error occurs, nothing is logged to stdout.
If you add these lines immediately below the imports, you will get sensible error reporting:
Doing this helped me fix the error where no password was set for mysql.
The text was updated successfully, but these errors were encountered: