From 9266717ea3fb76903af5c6b7551ef6981cc93218 Mon Sep 17 00:00:00 2001 From: Paul Horn Date: Thu, 25 Jan 2024 23:21:16 +0100 Subject: [PATCH] Enable debug logging for e2e app --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc70f55..0d96a70 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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' +