Skip to content

Commit

Permalink
Log statement to show we are ready to receive requests (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: John Matthews <[email protected]>
  • Loading branch information
jwmatthews authored Jul 23, 2024
1 parent 0ba9e33 commit 65a5761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kai/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def app():

webapp.add_routes(routes)

log.info("Kai server is ready to receive requests.")
return webapp


Expand Down

0 comments on commit 65a5761

Please sign in to comment.