Extraneous "Connected/Authenticated" output on AWS Render #5
Labels
bug
Something isn't working
do-not-reap
Do not delete this pull request or issue due to inactivity.
good first issue
Good for newcomers
Running any render job on AWS produces extraneous connection/authenticated messages (see the ones logged by
transport.py
).These are caused by running commands over SSH, which is done in the
scripts/aws/create.py
run_ssh_command
function. We wish to silence that output.Steps To Reproduce
Where
res/flags/run.flags
is:Describe what you expected to happen:
No extraneous output being produced
The text was updated successfully, but these errors were encountered: