diff --git a/e2e/playwright.config.ts b/e2e/playwright.config.ts index 9e122e64f..177c6ded0 100644 --- a/e2e/playwright.config.ts +++ b/e2e/playwright.config.ts @@ -77,7 +77,7 @@ export default defineConfig({ cwd: "../server/", env: { SPRING_PROFILES_ACTIVE: "e2e" }, /* Pipe server logs to console for troubleshooting */ - // stdout: "pipe", - // stderr: "pipe" + stdout: "pipe", + stderr: "pipe" }, })