Skip to content

Commit

Permalink
Duplex override log message changed to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Jan 31, 2024
1 parent 262cd70 commit 296e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readfish/entry_points/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def check_override_action(
and self.duplex_tracker.get_previous_decision(result.channel)
not in DISALLOWED_DUPLEX_DECISIONS
): # TODO R
self.logger.info(
self.logger.debug(
f"Overriding to duplex - previous read action {previous_action}, current_action: {action},"
f" previous_decision: {self.duplex_tracker.get_previous_decision(result.channel)}"
)
Expand Down

0 comments on commit 296e53f

Please sign in to comment.