Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 49ac7b4 commit 95449b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def api_shutdown():
try:
uvicorn.run(app='__main__:api', host=listener_host, port=listener_port, workers=listener_workers)
except Exception as e:
print(f'Exception occured while running server: {e}.')
logger.critical(f'Exception occured while running server: {e}.')
api_shutdown()

0 comments on commit 95449b7

Please sign in to comment.