Skip to content

Commit

Permalink
chore(helix): log level
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 1, 2024
1 parent e5e9456 commit 869b437
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,9 @@ def launch_helix_relay(

env_vars = {
"RELAY_KEY": DUMMY_SECRET_KEY,
"RUST_LOG": "trace",
"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",
}

# Sleep `network_params.seconds_per_slot * 32` seconds (1 epoch) + genesis_delay before starting the relay
sleep_time = network_params.seconds_per_slot * 32 + network_params.genesis_delay

plan.print("Sleeping for {0} seconds before starting the relay".format(sleep_time))

helix = plan.add_service(
name=SERVICE_NAME,
config=ServiceConfig(
Expand Down

0 comments on commit 869b437

Please sign in to comment.