Skip to content

Commit

Permalink
fix(helix): envs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 5, 2024
1 parent 001b26f commit 4847328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def launch_helix_relay(

env_vars = {
"RELAY_KEY": DUMMY_SECRET_KEY,
"RUST_LOG": "RUST_LOG=helix_cmd=trace,helix_api=trace,helix_common=trace,helix_datastore=trace,helix_housekeeper=trace,helix_database=trace,helix_beacon_client=trace",
"RUST_LOG": "helix_cmd=trace,helix_api=trace,helix_common=trace,helix_datastore=trace,helix_housekeeper=trace,helix_database=trace,helix_beacon_client=trace",
}

helix = plan.add_service(
Expand Down

0 comments on commit 4847328

Please sign in to comment.