Files
pyMC_Repeater/tests
agessaman 6e5d02999b fix(repeater): report identity config errors without a stack trace
A configured-identity collision (IdentityConfigurationError from the startup
preflight) is an actionable config problem, not a crash, but the top-level
fatal handler logged every exception with exc_info=True, burying the message
under a full traceback. Catch IdentityConfigurationError in main() and log just
the message before exiting 1; unexpected errors still get the traceback.
2026-07-24 08:33:36 -07:00
..