do not display call trace

This commit is contained in:
Peter Bieringer
2024-03-13 22:19:35 +01:00
parent 0750108152
commit 7d27b4eacc

View File

@@ -198,7 +198,7 @@ def run() -> None:
server.serve(configuration, shutdown_socket_out)
except Exception as e:
logger.critical("An exception occurred during server startup: %s", e,
exc_info=True)
exc_info=False)
sys.exit(1)