Skip to content

Commit

Permalink
chore: add missing log-level flags to node launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Feb 7, 2025
1 parent c32a626 commit 53ef663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/hildr/hildr_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def get_beacon_config(

cmd = [
"--devnet",
"--log.level=" + log_level,
"--jwt-file=" + ethereum_package_constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--l1-beacon-url={0}".format(l1_config_env_vars["CL_RPC_URL"]),
"--l1-rpc-url={0}".format(l1_config_env_vars["L1_RPC_URL"]),
Expand Down
1 change: 1 addition & 0 deletions src/cl/op-node/op_node_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def get_beacon_config(

cmd = [
"op-node",
"--log.level=" + log_level,
"--l2={0}".format(EXECUTION_ENGINE_ENDPOINT),
"--l2.jwt-secret=" + ethereum_package_constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--verifier.l1-confs=1",
Expand Down

0 comments on commit 53ef663

Please sign in to comment.