Skip to content

Commit

Permalink
fix: don't show worker message received logs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 26, 2025
1 parent d52d408 commit 641064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -4009,7 +4009,7 @@ async def api_job_pop(self) -> None:
message_origin=message_origin,
message_expiry=message_expiry,
)
logger.info(
logger.debug(
f"Message {message_id} from {message_origin} (expires {message_expiry}): "
f"{message_text}",
)
Expand Down

0 comments on commit 641064e

Please sign in to comment.