Skip to content

Commit

Permalink
Log locust mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 12, 2024
1 parent 4747ecb commit c4d85ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locust-distributed/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ LOCUST_LOG_LEVEL=${LOCUST_LOG_LEVEL:-INFO}

LOCUST_OPTS="-f ${LOCUST_FILE}"

echo "Locust Mode: ${LOCUST_MODE}"

if [ -z ${HOST_URL+x} ] ; then
echo "No value set for (HOST_URL), falling back to host value in the locust class"
else
Expand Down

0 comments on commit c4d85ca

Please sign in to comment.