Skip to content

IgorException::HandleException: Output message for debug only#75

Open
t-b wants to merge 1 commit into
mainfrom
silence-normal-runtime-errors
Open

IgorException::HandleException: Output message for debug only#75
t-b wants to merge 1 commit into
mainfrom
silence-normal-runtime-errors

Conversation

@t-b

@t-b t-b commented Mar 18, 2026

Copy link
Copy Markdown
Collaborator

Since forever we always outputted zmq library errors to the history. While this is convenient for debugging, it is a bin annoying for users.

So let's move that type of message to debug output.

We still return with a runtime error though.

Since forever we always outputted zmq library errors to the history. While
this is convenient for debugging, it is a bin annoying for users.

So let's move that type of message to debug output.

We still return with a runtime error though.
@t-b t-b self-assigned this Mar 18, 2026
@t-b t-b requested a review from Copilot March 18, 2026 16:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request changes how IgorException reports its message when handled, shifting exception output from normal logging to debug-only logging.

Changes:

  • Switched IgorException::HandleException() output from NORMAL_OUTPUT to DEBUG_OUTPUT.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/CustomExceptions.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants