Skip to content

Commit

Permalink
chore: log stdout and stderr on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-koodari committed Sep 25, 2024
1 parent 4aba020 commit d927f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
})

0 comments on commit d927f83

Please sign in to comment.