# HG changeset patch # User Alain Mazy # Date 1780345919 -7200 # Node ID dcaa0166d0153440fa378af913f44aec6eab1bf3 # Parent 00e690fc159f5718b0300708d688f81db4b52e65 revert exception logging diff -r 00e690fc159f -r dcaa0166d015 OrthancFramework/Sources/OrthancException.cpp --- a/OrthancFramework/Sources/OrthancException.cpp Mon Jun 01 21:17:06 2026 +0200 +++ b/OrthancFramework/Sources/OrthancException.cpp Mon Jun 01 22:31:59 2026 +0200 @@ -126,7 +126,7 @@ OrthancException::OrthancException(ErrorCode errorCode) : errorCode_(errorCode), httpStatus_(ConvertErrorCodeToHttpStatus(errorCode)), - logged_(errorCode == ErrorCode_NotImplemented || errorCode == ErrorCode_InternalError) // always log these internal errors to help identify the faulty code + logged_(false) { }