From 89c4431ee46bb7914058ef0787e68f85ff21e473 Mon Sep 17 00:00:00 2001 From: Caspian Ahlberg Date: Mon, 24 Feb 2025 18:10:29 -0500 Subject: [PATCH] Add logging to run_dashboard.sh --- scripts/run_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/run_dashboard.sh diff --git a/scripts/run_dashboard.sh b/scripts/run_dashboard.sh old mode 100644 new mode 100755 index dae6486..90046f3 --- a/scripts/run_dashboard.sh +++ b/scripts/run_dashboard.sh @@ -7,4 +7,4 @@ PROJECT_DIR="/Users/wborguest/wbor-studio-dashboard" cd "$PROJECT_DIR" || exit # Run the project with cargo -/usr/local/bin/cargo run --release >>"$PROJECT_DIR/project.log" 2>&1 +RUST_LOG=wbor_studio_dashboard cargo run --release >>"$PROJECT_DIR/project.log" 2>&1