Skip to content

Commit

Permalink
Only log warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui committed Oct 23, 2024
1 parent 0c8bd34 commit c9971f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fork_fuzz_bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def main(argv: Sequence[str] | None = None) -> None:
chain_host=chain_host,
chain_port=chain_port,
db_port=db_port,
log_level_threshold=logging.INFO,
log_level_threshold=logging.WARNING,
preview_before_trade=True,
log_to_rollbar=log_to_rollbar,
rollbar_log_prefix="forkfuzzbots",
Expand Down

0 comments on commit c9971f9

Please sign in to comment.