mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
do not display call trace
This commit is contained in:
parent
0750108152
commit
7d27b4eacc
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def run() -> None:
|
||||||
server.serve(configuration, shutdown_socket_out)
|
server.serve(configuration, shutdown_socket_out)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.critical("An exception occurred during server startup: %s", e,
|
logger.critical("An exception occurred during server startup: %s", e,
|
||||||
exc_info=True)
|
exc_info=False)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue