Skip to content

Commit

Permalink
Enable debug logging for e2e app
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker authored Jan 25, 2024
1 parent 6e22e22 commit 9266717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ jobs:
browser: chrome
# See https://github.com/cypress-io/github-action/issues/482
start: sh -c ../target/release/movies-rust-bolt
wait-on: 'http://localhost:8080'
env: 'RUST_LOG=movies_rust_bolt=debug,tower_http=debug,info'
wait-on: 'http://localhost:8080/index.html'

0 comments on commit 9266717

Please sign in to comment.