Open aparrapo opened 5 years ago
Running any render job on AWS produces extraneous connection/authenticated messages (see the ones logged by transport.py).
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.
scripts/aws/create.py
run_ssh_command
Ran
python3 scripts/render/run.py --flagfile res/flags/run.flags
Where res/flags/run.flags is:
res/flags/run.flags
--alsologtostderr=1 --stderrthreshold=0 --log_dir=~/logs --project_root=s3://facebook360-dep-sample-data/room_chat/50_frames --cache=/Volumes/cache --csv_path=~/Downloads/accessKeys.csv
Clicked on "Run" on the depth estimation tab with default values except first=000100 and last=000105.
Describe what you expected to happen:
No extraneous output being produced
what is the bug
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
Ran
Where
res/flags/run.flags
is:Clicked on "Run" on the depth estimation tab with default values except first=000100 and last=000105.
Describe what you expected to happen:
No extraneous output being produced