zzk1st commited on
Commit
19ba2b8
1 Parent(s): 3fbeda5

Redirect services.py to stdout

Browse files
Files changed (1) hide show
  1. scripts/start_service_and_ui.sh +2 -2
scripts/start_service_and_ui.sh CHANGED
@@ -1,2 +1,2 @@
1
- nohup conda run --live-stream -n WavJourney python services.py > services_logs/service.out 2>&1 &
2
- conda run --live-stream -n WavJourney python -u ui_client.py 2>&1 | stdbuf -oL tee services_logs/wavejourney.out
 
1
+ conda run --live-stream -n WavJourney python -u services.py 2>&1 | tee services_logs/service.out &
2
+ conda run --live-stream -n WavJourney python -u ui_client.py 2>&1 | tee services_logs/wavejourney.out