Skip to content

Commit

Permalink
fix: add cl log level to builders
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed May 24, 2024
1 parent 3dcf888 commit c64771b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
{
"el_image": parsed_arguments_dict["mev_params"]["mev_builder_image"],
"cl_image": parsed_arguments_dict["mev_params"]["mev_builder_cl_image"],
"cl_log_level": parsed_arguments_dict["global_log_level"],
"cl_extra_params": [
"--always-prepare-payload",
"--prepare-payload-lookahead",
Expand Down Expand Up @@ -1078,6 +1079,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
{
"el_image": parsed_arguments_dict["mev_params"]["mev_builder_image"],
"cl_image": parsed_arguments_dict["mev_params"]["mev_builder_cl_image"],
"cl_log_level": parsed_arguments_dict["global_log_level"],
"cl_extra_params": [
"--always-prepare-payload",
"--prepare-payload-lookahead",
Expand Down

0 comments on commit c64771b

Please sign in to comment.