path: gnocchi_4.7.0-3/run-upgrade-tests.sh done for PID in $(pidof gnocchi-metricd); do echo "Configuring dump of MetricD process [PID=${PID}] outputs to avoid freeze while processing because the logs are not read from buffer" cat /proc/${PID}/fd/1 >> ${METRICD_LOG_FILE} & path: gnocchi_4.7.0-3/run-upgrade-tests.sh UWSGI_LOG_FILE=/tmp/uwsgi-new-version.log METRICD_LOG_FILE=/tmp/gnocchi-metricd-new-version.log for PID in $(pidof uwsgi); do echo "Configuring dump of uWSGI process [PID=${PID}] outputs to avoid freeze while processing because the logs are not read from buffer" cat /proc/${PID}/fd/1 >> ${UWSGI_LOG_FILE} &