Skip to content

Commit

Permalink
Add logging to run_dashboard.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Feb 24, 2025
1 parent b0a103b commit 89c4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_dashboard.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89c4431

Please sign in to comment.