mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-27 20:12:41 +02:00
6e5d02999b
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.