File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ def start(args):
299299 except Exception as e :
300300 cx_logger ().warn ("an error occurred while attempting to load classes" , exc_info = True )
301301
302+ cx_logger ().info ("API is ready" )
302303 serve (app , listen = "*:{}" .format (args .port ))
303304
304305
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ def start(args):
143143 except Exception as e :
144144 cx_logger ().warn ("an error occurred while attempting to load classes" , exc_info = True )
145145
146+ cx_logger ().info ("API is ready" )
146147 serve (app , listen = "*:{}" .format (args .port ))
147148
148149
Original file line number Diff line number Diff line change @@ -441,6 +441,8 @@ def start(args):
441441 local_cache ["signature_key" ] = signature_key
442442 local_cache ["parsed_signature" ] = parsed_signature
443443 cx_logger ().info ("model_signature: {}" .format (local_cache ["parsed_signature" ]))
444+
445+ cx_logger ().info ("API is ready" )
444446 serve (app , listen = "*:{}" .format (args .port ))
445447
446448
You can’t perform that action at this time.
0 commit comments