diff --git a/tests/e2e-playwright/Makefile b/tests/e2e-playwright/Makefile index bc31b63ce95..1a16fe8524f 100644 --- a/tests/e2e-playwright/Makefile +++ b/tests/e2e-playwright/Makefile @@ -149,6 +149,7 @@ $(SLEEPERS_INPUT_FILE) $(JUPYTER_LAB_INPUT_FILE) $(CLASSIC_TIP_INPUT_FILE) $(S4L read -p "Is the test running in autoscaled deployment [y/n]: " AUTOSCALED; \ read -p "Enter your username: " USER_NAME; \ read -s -p "Enter your password: " PASSWORD; echo ""; \ + echo "--log-cli-level=INFO" > $@; \ echo "--product-url=$$PRODUCT_URL --user-name=$$USER_NAME --password=$$PASSWORD" > $@; \ if [ "$$BILLABLE" = "y" ]; then \ echo "--product-billable" >> $@; \