Closed JonnoFTW closed 6 years ago
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.
Seems like an easy fix. Do you want to create the PR?
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.