diff --git a/tests/e2e-playwright/Makefile b/tests/e2e-playwright/Makefile index 1a16fe8524f..1d7fdf85065 100644 --- a/tests/e2e-playwright/Makefile +++ b/tests/e2e-playwright/Makefile @@ -149,8 +149,8 @@ $(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" > $@; \ + echo "--log-cli-level=INFO --log-file-level=DEBUG --log-file=debug-logs.txt" >> $@; \ if [ "$$BILLABLE" = "y" ]; then \ echo "--product-billable" >> $@; \ fi; \