Skip to content

Commit

Permalink
make loging successful rewrites in exec requests optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed May 13, 2024
1 parent 280fcb7 commit 6019fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/cterm/symbolic.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def execute(
cut_point_rules=cut_point_rules,
terminal_rules=terminal_rules,
module_name=module_name,
log_successful_rewrites=True,
log_successful_rewrites=self._trace_rewrites,
log_failed_rewrites=self._trace_rewrites,
)
except SmtSolverError as err:
Expand Down

0 comments on commit 6019fc2

Please sign in to comment.